go to post Jim Howell · Jan 31, 2019 if you run "sudo docker logs iristest2" do you have any logs? Also I notice that you are running your docker commands via sudo... Have you thought about adding the docker group (if you don't have one) and adding your user to the docker group, and then restarting your session, so that you don't have to use sudo (see below). I'm wondering if you are having a permission issue with the volumesudo groupadd dockersudo usermod -aG docker $USER
go to post Jim Howell · Jan 31, 2019 Have you checked the logs? i.e. "docker logs iristest2" Also it looks like when you are defining your ICM_SENTINEL_DIR environment variable you are using "--e" and not "-e". I'm pretty sure you need to use either "-e" or "--env"