#!/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