S
S
Sergey2017-07-04 10:23:39
Docker
Sergey, 2017-07-04 10:23:39

Can I use Docker to switch between small projects locally?

For example, you need to work locally on several projects at once that use a different technology stack (Elementary just different versions of PHP). Right now on Ubuntu I use Phpbrew to switch Php version. I install some other things globally in the system.
Did I understand correctly that with the help of Docker, I can put each project into a container with a set of technologies that I need for a particular project and just switch between projects on the local machine?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
IceJOKER, 2017-07-04
@zeyser

Exactly) Create a Dockerfile
for each project in which the settings are written, what and how to install, build images for each project, and run containers, a very handy thing

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question