简体   繁体   中英

Docker could not run

I tried to run the docker image by using the below command.

docker run -d -p 5000:5000 application:latest

And it is runing , and returns the container Id, 00412bc8aabafa2e41943ee9422d3062661f375bb44d561e2c9326d2a3f83450

And can not access the web project(Python Flask app).

The long string is the container ID. You can check if the container is currently running using docker ps -a

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM