15.04 tarihinde ubuntu'da "Docker" hakkında bilgi edinmeye çalışıyorum.
"Docker run image" gibi bir docker kullanarak herhangi bir komut verdiğimde, aşağıdaki hatayı alıyor:
FATA[0000] Post http:///var/run/docker.sock/v1.17/containers/create: dial unix /var/run/docker.sock: no such file or directory. Are you trying to connect to a TLS-enabled daemon without TLS?
Ne anlama geldiğini anlamıyorum.
sudo service docker start
. Sonra kaçabildimsudo docker run hello-world
. İyi şanslar.