测试项目
curl http://localhost:10010/weatherforecast
docker build -t testapp .
docker run -it -d -p 10010:80 --name testapp testapp
docker run -it -d -p 10010:80 -e APP_VERSION=v2.0 --name testapp testapp
Content type
Image
Digest
Size
84.1 MB
Last updated
over 4 years ago
docker pull panbin521/testapp