|
|
|
|
|
by sgt
1484 days ago
|
|
Why would you run Docker in a development environment? I know that people do this, but I just can't fathom why. Docker images should be built using a build server and deployed to staging and production. If you have a sane development environment - whether it's a virtualenv in Python or maven based in Java, it's pretty predictable. I run databases however in Docker on my Mac. |
|