Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
os:docker [2023/10/11 08:07]
tomas [volumes - disky]
os:docker [2024/03/26 07:30]
tomas [Docker Swarm]
Line 26: Line 26:
 docker pull [[https://hub.docker.com/r/jdeathe/centos-ssh/|jdeathe/centos-ssh]] ... Centos 7 + ssh\\ docker pull [[https://hub.docker.com/r/jdeathe/centos-ssh/|jdeathe/centos-ssh]] ... Centos 7 + ssh\\
 docker images ... seznam obrazu\\ docker images ... seznam obrazu\\
 +docker image rm b46fb5eafd46 ... smaže obraz b46fb5eafd46\\ 
 docker history centos:7 ... historie obrazu (kdy se dely jake upravy)\\ docker history centos:7 ... historie obrazu (kdy se dely jake upravy)\\
 docker inspect centos:7 ... podrobne informace o obrazu, jako treba obsah Docker souboru\\ docker inspect centos:7 ... podrobne informace o obrazu, jako treba obsah Docker souboru\\
-   +docker tag b46fb5eafd46 server:port/image:3.3.0 ... přidá tag, repozitář server:port/image, verze 3.3.0\\
 ====Kontejnery==== ====Kontejnery====
 docker [[https://docs.docker.com/engine/reference/run/|run]] -i -t -p 80:80 d4350798c2ee /bin/bash ... spusti kontejner s prikazem bash\\ docker [[https://docs.docker.com/engine/reference/run/|run]] -i -t -p 80:80 d4350798c2ee /bin/bash ... spusti kontejner s prikazem bash\\