User bio
404 bio not found
Member since Dec 9, 2015
Posts:
Jim has not published any posts yet.
Replies:
Just a thought really not saying that definitively....
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 volume
sudo groupadd docker
sudo usermod -aG docker $USER
Certifications & Credly badges:
Jim has no Certifications & Credly badges yet.
Global Masters badges:
Jim has no Global Masters badges yet.
Followers:
Jim has no followers yet.
Following:
Jim has not followed anybody yet.
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"