Development environment in Docker -
due hardware issue, had change work station mac few weeks.
took me couple of hours setup everything: android studio, git, apache, mysql, etc...
could use docker image bundle development tools ?
(my goal have "backup" of development environment start running right away on machine)
could use docker image bundle development tools ?
that means dev tools linux tools working in linux container, on linux host.
you need provide linux host (on mac) through boot2docker virtual machine.
but mean not directly type "git
" mac shell, need connect vm first in order launch 'git
' container , run dome docker run --name=git
commands.
so no, doesn't seem fit backup plan on mac.
Comments
Post a Comment