hammerlab / secotrec

Setup Coclobas/Ketrew Clusters
Apache License 2.0
5 stars 6 forks source link

Add a command to get a tty in a docker image with all the NFS mounts etc #54

Closed ihodes closed 7 years ago

ihodes commented 7 years ago

This would be insanely useful for debugging, and doing this by hand is no fun!

smondet commented 7 years ago

This puts you on the Ketrew-server's container:

secotrec-gke  dc exec kserver bash

(dc is an alias for docker-compose)

Keeping the issue open because creating a fresh separate container with desired properties would still be useful for messing around.