-
Notifications
You must be signed in to change notification settings - Fork 175
Docker
bright edited this page Nov 1, 2017
·
1 revision
- 构建镜像
docker build -t angular-material-app .
- 运行容器
docker run -d -p 8080:8080 --name angular-material-app --restart always angular-material-app
拉取docker仓库中的镜像
docker run -d -P stbui/angular-material-app