Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.67 KB

INSTALL.md

File metadata and controls

46 lines (31 loc) · 1.67 KB

Table of Contents generated with DocToc

MacOS

If you have installed Docker via brew, uninstall it via brew uninstall docker. Optionally, see the Migrate from Boot2Docker section.

  1. 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
  1. You can adjust Docker resource usage clicking on the Docker icon -> Preferences -> Advanced.
  2. Install NodeJS LTS
  3. Install Yarn

Linux

  1. Install Docker. You don't need Docker Machine on Linux.
  2. Allow your non-root user to control docker.
  3. Install Docker Compose.

To test if your configuration is correct, run docker ps. You should see something like:

$ docker ps
CONTAINER ID        IMAGE
  1. Install NodeJS LTS
  2. Install Yarn

Windows

Windows is not supported. We strongly recommend to setup a development environment in a Linux virtual machine. You can use Vagrant or plain Virtualbox.