Setup environment docker volumes [MOVED]

Hi I am new,

Wanted to use the docker config ndev. I am using MacOS Sierra. Got the following error when execute ./ndev in the terminal.

ERROR: Named volume "nis:/Users/azlan/nem-dev/nis/nem:rw" is used in service "nemdevnis" but no declaration was found in the volumes section.
Error: No such container: docker_nemdevnis_1

The following is my yaml file:

version: '2'
services:
  nemdevnis:
#    build: "nis"
    image: "rb2nem/nem-dev-guide:nis"
    volumes:
     - ${persistent_location}:/Users/azlan/nem-dev/nis/nem
  nemdevtools:
#    build: "tools"
    image: "rb2nem/nem-dev-guide:tools"
#    image: "test"
    volumes:
     - ${tools_dir}:/Users/azlan/nem-dev/code
    ports:
     - "8081:8081"
     - "8082:8082"
     - "7778:7778"
     - "7890:7890"

Appreciate for your help, thanks in advance.

A post was merged into an existing topic: Developing NEM Docker