docker

Manage Docker containers and images. List currently running docker containers:…

docker

Manage Docker containers and images.

docker ps

docker ps -a

docker start {{container}}

docker stop {{container}}

docker run -it {{image}} bash

docker exec {{container}} {{command}}

docker rm {{container}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← doas docker-build →