added docker cmd

This commit is contained in:
popov
2024-01-22 09:10:23 +00:00
parent 19538749c5
commit 96335ad501

View File

@ -22,3 +22,7 @@ sudo systemctl enable docker
# build image
sudo docker build -t your-image-name .
# attach to container
docker exec -it potainer /bin/sh