Skip to content

mafeifan/docker-express-demo

Repository files navigation

构建镜像

docker build -t finleyma/express .

docker login

docker push finleyma/express

进入容器

docker run -it --rm finleyma/express:1.0 ash

运行

docker run -p 3000:3000 -d finleyma/express 浏览器打开 http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published