容器运行命令:
docker run --restart=always --privileged --cap-add SYS_ADMIN -p YourPort:22 -p YourPort:4567 -itd --name ContainerName cumthyj/kbase /usr/sbin/init
ex :docker run --restart=always --privileged --cap-add SYS_ADMIN -p 2203:22 -p 7300:4567 -itd --name kbase-qdx cumthyj/kbase /usr/sbin/init
Content type
Image
Digest
Size
1.1 GB
Last updated
about 5 years ago
docker pull cumthyj/kbase