added docker cmd
This commit is contained in:
@ -22,3 +22,7 @@ sudo systemctl enable docker
|
|||||||
|
|
||||||
# build image
|
# build image
|
||||||
sudo docker build -t your-image-name .
|
sudo docker build -t your-image-name .
|
||||||
|
|
||||||
|
# attach to container
|
||||||
|
docker exec -it potainer /bin/sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user