विकसित हो रहे तड़क-भड़क वाले मॉडल में कारावास के मुद्दों के कारण, डॉकर डिफ़ॉल्ट रूप से पूर्ण स्वाद वाला नहीं है ( स्नैपक्राफ्ट फोरम पर चर्चा देखें )।
उचित निर्धारण होने तक आस-पास के कार्य (अर्थात विराम) कैसे करें, इस पर कुछ उपयोगी निर्देश प्राप्त करने के लिए। आप बस स्नैप में पैक किए गए डॉकटर सहायता एप्लिकेशन की जांच कर सकते हैं।
$ docker.help
Docker snap: Docker Linux container runtime.
Due to the confinement issues on snappy, it requires some manual setup to make docker-snap works on your machine.
We'll take you through the steps needed to set up docker snap work for you on ubuntu core and ubuntu classic.
On Ubuntu classic, before installing the docker snap,
please run the following command to add the login user into docker group.
sudo addgroup --system docker
sudo adduser $USER docker
newgrp docker
On Ubuntu Core 16, after installing the docker snap from store,
Firstly, you need to connect the two interfaces as they're not auto-connected by default.
sudo snap connect docker:account-control :account-control
sudo snap connect docker:home :home
Secondly, reload the snap and allows the user to login to the new group "docker-snap".
snap disable docker
snap enable docker
newgrp docker-snap
Then have fun with docker in snappy.
अंतिम आदेश विफल ...
$ newgrp docker-snap
newgrp: group 'docker-snap' does not exist
हालाँकि, मैंने असफलता के आधार पर किसी भी नकारात्मक प्रभाव को नहीं देखा, और डॉकर अब उसी तरह से काम करता है जैसा मैं उम्मीद करता हूँ।
Cannot connect to the Docker daemon