Table of Contents generated with DocToc
If you have installed Docker via
brew
, uninstall it viabrew uninstall docker
. Optionally, see the Migrate from Boot2Docker section.
- Install the new Docker for MAC.
To test if your configuration is correct, run docker ps
. You should see something like:
$ docker ps
CONTAINER ID IMAGE
- You can adjust Docker resource usage clicking on the Docker icon -> Preferences -> Advanced.
- Install NodeJS LTS
- Install Yarn
- Install Docker. You don't need
Docker Machine
on Linux. - Allow your non-root user to control
docker
. - Install Docker Compose.
To test if your configuration is correct, run docker ps
. You should see something like:
$ docker ps
CONTAINER ID IMAGE
- Install NodeJS LTS
- Install Yarn
Windows is not supported. We strongly recommend to setup a development environment in a Linux virtual machine. You can use Vagrant or plain Virtualbox.