-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Is it possible to recreate containers manually? #1195
Comments
I do something like this:
related to #741 I kind of think we should remove |
@dnephin, doesn't the second call to |
This will recreate just web:
|
Thanks @aanand! |
I am not sure why you're using the I use:
|
Just confirming @paulhauner's comment, |
Hi,
Is there a way to manually recreate containers (without running
up
)?I find that I often run into the following situation:
I believe this is the recommended way of using compose, and I think it's a good interface for normal development, but I think that when I'm settings up my Dockerfile and the docker-compose.yml, I would much rather this sort of interface:
This doesn't work though, because the containers haven't been recreated. This has bitten me and my colleagues several times, but running
docker-compose up
just to have one of the containers recreated, is quite slow.Thanks,
The text was updated successfully, but these errors were encountered: