Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 179 Bytes

File metadata and controls

7 lines (6 loc) · 179 Bytes

Docker debug container.

kubectl run ftpython --image registry.hub.docker.com/techmago/docker-ftpython
kubectl exec -it ftpython -- bash
kubectl delete pod ftpython