inftools-cn/run.sh
2025-11-28 18:30:35 +00:00

12 lines
210 B
Bash
Executable file

#!/usr/bin/env bash
IMAGE_NAME="inftools-cn:latest"
# run shell
docker run --rm -it \
--network student-net \
-v /var/run/docker.sock:/var/run/docker.sock \
-v mykube:/root/.kube \
$IMAGE_NAME bash