docker

Edit

도구

명령어

Plugins

Maven plugin

Gradle Plugin

Jenkins plugin

Docker + Virgo

Java in container

'Connection to the Docker daemon at '/var/run/docker.sock' failed with error "[13] Permission denied"; ensure the Docker daemon is running and accessible' 에러가 나올 때

sudo chmod 666 /var/run/docker.sock
systemctl restart docker.service

Cloud deploy