initial commit

This commit is contained in:
jon brookes 2025-11-28 18:30:35 +00:00
parent 7b8e069bec
commit 393320003e
5 changed files with 164 additions and 0 deletions

12
run.sh Executable file
View file

@ -0,0 +1,12 @@
#!/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