Zhao Li
1 min readDec 10, 2017

--

Thank you for clarifying. I guess I don’t see when one would use these development tools/languages outside of a project’s application container.

I would think most cases someone will just do:

`docker-compose run app bash`

And then use all of the tools from within the application container.

But it is good to know that it is possible to use docker to use these tools outside of a project and keep all of the artifacts contained within a container.

Thank you again for sharing. :)

--

--