Mi aspettavo ingenuamente che questo comando eseguisse una shell bash in un container in esecuzione:
docker run "id of running container" /bin/bash
sembra che non sia possibile, ricevo l'errore:
2013/07/27 20:00:24 Internal server error: 404 trying to fetch remote history for 27d757283842
Quindi, se voglio eseguire bash shell in un container in esecuzione (ad es. A scopo di diagnosi)
devo eseguire un server SSH in esso e accedere tramite ssh?
docker attach container_name
docker run CONTAINER
è previsto per 1.0