You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run this container in -it mode. I've got the image from dockerhub repository using docker pull, and now I'm trying to run it using the following docker run command:
docker run -it -p 8080:8080 --name africa -v /home/user/projects:/code digitalearthafrica/deafrica-scripts
but it just runs and stops, just printing the following Python 3.8.10
The text was updated successfully, but these errors were encountered:
Hello,
I would like to run this container in
-it
mode. I've got the image from dockerhub repository usingdocker pull
, and now I'm trying to run it using the followingdocker run
command:docker run -it -p 8080:8080 --name africa -v /home/user/projects:/code digitalearthafrica/deafrica-scripts
but it just runs and stops, just printing the following
Python 3.8.10
The text was updated successfully, but these errors were encountered: