Jak wyjść z Dockera

sudo systemctl stop docker

docker run -it someimage

sudo systemctl start docker
Evil Echidna