Skip to content
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

run docker-compose up without --build (and maybe without -d) #200

Closed
TheJoeSchr opened this issue Jan 11, 2018 · 5 comments
Closed

run docker-compose up without --build (and maybe without -d) #200

TheJoeSchr opened this issue Jan 11, 2018 · 5 comments

Comments

@TheJoeSchr
Copy link

Hi,
I would like to have the possibility to run docker-compose up without --build and without -d.

Reasons:

--build : takes a long time on my laptop and I don't see the need to build everytime. also since it runs in cmd shell it sometimes breaks with an IO error (same command in powershell is fine)

-d: I usually run a unittest right after bringing my dev enviroment up, so I really would like to see this part of the log

Thx!

@vascofg
Copy link

vascofg commented Jan 13, 2018

+1 this should be configurable

@chrisdias
Copy link
Member

I can add a setting which is "additional docker compose arguments". you could basically construct a string to be passed to the command.

@TheJoeSchr
Copy link
Author

TheJoeSchr commented Jan 24, 2018 via email

@TheJoeSchr
Copy link
Author

awesome, thx!

@chrisdias
Copy link
Member

@JoeSchr i've published a new build of the extension 0.0.24 with a fix. There are 2 new settings docker.dockerComposeBuild and docker.dockerComposeDetached that you can set to false to shut off (they default to true).

@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants