运行网站数据库
docker run --name fast-website-mysql -d 19880909/fast-website:mysql1.0.0
运行网站服务
docker run --name fast-website -p 8080:80 --link fast-website-mysql:mysqldb -d 19880909/fast-website:springboot2.0.0
Content type
Image
Digest
Size
344.1 MB
Last updated
over 7 years ago
docker pull 19880909/fast-website:springboot2.0.0