增加Docker镜像构建脚本

This commit is contained in:
GoEdgeLab
2022-11-13 18:46:30 +08:00
parent 55e2e7c958
commit 81e1edae2a
6 changed files with 49 additions and 1 deletions

5
docker/run.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
VERSION=latest
docker run -d -p 7788:7788 -p 8001:8001 -p 3306:3306 --name edge-admin goedge/edge-admin:${VERSION}