Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asdwsx1234 authored Mar 2, 2020
1 parent e9f530b commit b642f44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ __注:本项目仅供学习交流使用,切勿用于商业用途,如有侵
> 自学docker时用这个项目做了实践,不用本地装数据库啥的,(仅效果预览)推荐使用这种方法!!!
1. 首先安装[docker](https://www.docker.com/products/docker-desktop), 如果安装过就不需要了。
2. 终端在该项目目录下运行 ```docker image build -t vue-douyin .```, 构建image,需要等待一段时间。
2. (方案1)自己构建镜像,需要等待一段时间。终端在该项目目录下运行 ```docker image build -t vue-douyin .```

(方案2)直接从dockerhub拉取镜像,需要等待一段时间。终端运行```docker pull asdwsx1234/vue-douyin```
3. 然后运行 ```docker container run --rm -p 3000:3000 -it vue-douyin``` 运行该容器, 端口必须是3000啊,否则请求的地址会错!
4. 浏览器访问[http://127.0.0.1:3000](http://127.0.0.1:3000)或者[http://127.0.0.1:3000/admin](http://127.0.0.1:3000/admin)

Expand Down

0 comments on commit b642f44

Please sign in to comment.