command
module
Version:
v0.0.0-...-08e2571
Opens a new window with list of versions in this module.
Published: May 12, 2019
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
部署
确保在机器上安装了docker,在项目目录下执行
docker build -t go18 .
使用docker images
查看编译好的镜像
在项目目录下执行以下命令启动容器:
docker run -d --name taobaoitem \
--network moon \
-p 8090:8080 \
-v $(pwd):/go/src/app \
-v $(pwd)/packages:/go/src/ go18
$(pwd)指项目根目录
使用帮助
访问http://localhost:8080/592242186032.html
MIT License
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.