initial commit
This commit is contained in:
parent
7b8e069bec
commit
393320003e
5 changed files with 164 additions and 0 deletions
12
run.sh
Executable file
12
run.sh
Executable 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue