Q:

docker attach

docker exec -it [containerid/name] [shell]

#Example
docker exec -it fa80b69 bash
#if its an apline container use "sh" instead of "bash"
10
sudo docker exec -it <container name> <command>
2
docker attach [OPTIONS] CONTAINER
0
docker start <container-name/ID>
-1

New to Communities?

Join the community