Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 306 Bytes

COMANDI_UTILI.md

File metadata and controls

16 lines (9 loc) · 306 Bytes

Comandi Utili

Per recuperare l' e il nome:

docker ps --format "table {{.ID}}\t{{.Names}}"

Accedere al file system di un container in esecuzione:

docker exec -it <id-container> /bin/bash

oppure

docker exec -it <id-container> /bin/sh

per uscire

exit