基于ubuntu:16.04安装的宝塔面板,仅搭建了宝塔面板,没有web环境,个人根据自己需求安装
4.6K
| 相关说明 | Default value |
|---|---|
| 账号 | virking |
| 密码 | 12345678 |
| 端口 | 8888 |
| 路径 | /www |
| 可以映射路径 | /www/wwwroot |
docker run -itd \
--name=baota --privileged --restart=always \
-p 8888:8888 \
virking/baota \
/sbin/init
baota:
image: virking/baota
container_name: baota
hostname: baota
tty: true
privileged: true
restart: always
ports:
- "8888:8888"
command: "/sbin/init"
Content type
Image
Digest
sha256:b762416bd…
Size
85.1 MB
Last updated
over 1 year ago
docker pull virking/baota