打包了一些调试工具的容器,使用docker hub的自动构建,推送到主分支后会自动打包推送到docker hub
init 来安装所有工具包init 来安装所有工具包docker run -it --rm --name debugtools -v /opt:/opt --network=host pcject/debugtools sh
或者
curl -sfL https://raw.githubusercontent.com/Pcject/DebugTools/master/docker-compose.yaml | docker-compose -f - up -d
docker exec -it debugtools sh
kubectl run debugtools1 --rm -it --namespace default --image=pcject/debugtools --restart=Never sh
或者
kubectl apply -f https://raw.githubusercontent.com/Pcject/DebugTools/master/pod.yaml --namespace default
kubectl exec -it debugtools -n default sh
Content type
Image
Digest
Size
92.7 MB
Last updated
about 7 years ago
docker pull pcject/debugtools