You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a meta-issue for keeping track of all the things we're doing around Windows support for Compose.
Various things that are part of this:
Building a binary on Windows. PyInstaller, the method we currently use to build binaries for Linux and OS X, also works with Windows. In theory this should just work. It would be useful to have build scripts etc to automate this.
Making Compose Windows compatible. I expect this will be mostly making sure paths work and getting the TTYs to work.
Volume sharing. When running Compose on OS X, it expects /Users to be mounted in the right place so volumes work. I wonder if we need something added to Machine/boot2docker to make volumes work as expected on Windows. (The Compose quick start guide has a demonstration of how volumes are used to mount code inside a container.)
This is a meta-issue for keeping track of all the things we're doing around Windows support for Compose.
Various things that are part of this:
/Usersto be mounted in the right place so volumes work. I wonder if we need something added to Machine/boot2docker to make volumes work as expected on Windows. (The Compose quick start guide has a demonstration of how volumes are used to mount code inside a container.)Steps:
Related issues: