Hi. Thanks for the tutorial. It is great and easy to follow.
I had one problem with step 5. When I "Run" the image the container is not accessible. I needed to run a shell inside the container using docker run --rm -it pgkb/pharmcat-tutorial:latest sh instead of attaching via docker desktop. I am using Mac but thought it might possibly be related to this issue docker/for-win#13242. Just wanted to post in case others who are new to docker also have this issue.
Hi. Thanks for the tutorial. It is great and easy to follow.
I had one problem with step 5. When I "Run" the image the container is not accessible. I needed to run a shell inside the container using
docker run --rm -it pgkb/pharmcat-tutorial:latest shinstead of attaching via docker desktop. I am using Mac but thought it might possibly be related to this issue docker/for-win#13242. Just wanted to post in case others who are new to docker also have this issue.