this has been topic in #291, however i want to make aware of this feature request a little more . i vote for a key-sequence that you can use to detach from docker-compose up without stopping all containers (i.e. when you forgot to pass -...
After doing some more digging it looks like running containers with docker-compose up will not start them in interactive mode (it's impossible even with detachment specified: -d). And for some reason w/o the container running in interactive mode ctrl+p ctrl+q are ignored. In the end, I ...
Hi, Running docker 0.6.7 on Ubuntu 13.04. I built a container whose CMD executes a uwsgi process (also tried with other executables). I run without detaching, and sigproxy is True. Hitting Ctrl-C seems to have no effect over the running ...
for cnt in compose.containers: if 'build' not in cnt: continue build_desc = cnt['build'] if not hasattr(build_desc, 'items'): build_desc = dict(context=build_desc) ctx = build_desc.get('context', '.') dockerfile = os.path.join(ctx, build_desc.get("dockerfile", "Dockerfile"...
Install Docker Compose and then:Build the docker container: docker-compose build Run the docker compose stack which includes kafka and zookeeper: docker-compose down; docker-compose up Some test topics have already been created by default and Burrow can be accessed on http://localhost:8000/v3...