apt-get के साथ स्थापित होने के बावजूद docker कमांड नहीं मिली


205

दूसरों के लिए संदर्भ के लिए इसे जोड़ना क्योंकि अगर ऐसा जवाब मौजूद होता तो यह मुझे 10 मिनट बचा सकता था।


मैंने ubuntu 14.0LTS वर्चुअलबॉक्स का उपयोग करके डॉकर को स्थापित करने की कोशिश की

sudo apt get install docker

हालाँकि, जब मैं डॉकिंग रन करने की कोशिश करता हूँ तो यह मुझे निम्न त्रुटि देता है

The program 'docker' is currently not installed. You can install it by typing: sudo apt-get install docker

उबंटू को डॉकटर क्यों नहीं देख रहा है?



विंडोज 10 पर समान त्रुटि के लिए समाधान: blog.jayway.com/2017/04/19/running-docker-on-bash-on-windows
Vadzim

जवाबों:


290

उबंटू पैकेज dockerवास्तव में एक GUI एप्लिकेशन को संदर्भित करता है, न कि प्रिय DevOps टूल जिसे हम देखने के लिए बाहर आए हैं।

=== अद्यतन (साभार @ सेंटकॉट स्टेंसलैंड) ===

अब आप docker को प्राप्त करने के लिए निम्नलिखित स्थापित स्क्रिप्ट चलाते हैं:

sudo curl -sSL https://get.docker.com/ | sh

यह एक स्क्रिप्ट चलाएगा जो docker स्थापित करता है। स्क्रिप्ट के अंतिम भाग पर ध्यान दें:

If you would like to use Docker as a non-root user, you should now consider
adding your user to the "docker" group with something like:

  sudo usermod -aG docker stens

Remember that you will have to log out and back in for this to take effect!

डॉकर रन को अपडेट करने के लिए:

sudo apt-get update && sudo apt-get upgrade

क्या चल रहा है, इस बारे में अधिक जानकारी के लिए, नीचे दिए गए डॉक्यूमेंट को स्थापित करें या @Scott Stensland का उत्तर देखें

=== OBSOLETE ANSWER ===

उपयोग dockerकरने के बजायdocker.io

अर्थात,

sudo apt-get install docker.io

निम्नलिखित यह बताता है कि इसे इस तरह क्यों नाम दिया गया है: ubuntu पर इंस्टाल डॉक क्यों किया जाए?


3
apt-cache search dockerआपको कई चीजें दिखाएगा, उनमें से docklet KDE 3/GNOME 2जो आप की तलाश में नहीं है, और Linux container runtimeजो बेहतर है
user2915097

'TL: DR: इश्यू' का क्या मतलब है?
मोनोजोनि

2
यह उत्तर अप्रचलित है ... उपरोक्त अन्य उत्तर देखें
स्कॉट स्टेंसलैंड

मुझे बताने के लिए धन्यवाद। मैंने अपडेट किया है ताकि लोग भ्रमित न हों।
थिंकबोनोबो

होना चाहिएsudo apt-get update && sudo apt-get upgrade
अब्बी चौ यू होई

26

महत्वपूर्ण - ubuntu पैकेज पर docker पर कुछ पूरी तरह से अलग है (इससे बचें):

इशू का उल्लेख करने के लिए यदि आपके पास कोई पैकेज है, तो देखें कि क्या जारी है

dpkg -l|grep docker

यदि केवल मैच निम्नलिखित है, तो आपके पास नीचे स्थापित नहीं है, एक असंबंधित पैकेज है

docker - KDE3 / GNOME2 डॉकलेट एप्लिकेशन के लिए सिस्टम ट्रे

यदि आपको निम्नलिखित के समान कुछ दिखाई देता है तो आपने docker स्थापित किया है

ii docker-ce 18.06.1~ce~2.1.rc1-0~ubuntu  amd64  Docker: the open-source application container engine

नोट - ubuntu पैकेज docker.ioअपडेट नहीं मिल रहा है (अप्रचलित उपयोग नहीं)


इसके बजाय ऐसा करें: निम्नलिखित निष्पादित करके linux पर docker का नवीनतम संस्करण स्थापित करें:

  sudo curl -sSL https://get.docker.com/ | sh
# sudo curl -sSL https://test.docker.com | sh  # get dev pipeline version

यहाँ एक सामान्य आउटपुट है (ubuntu 16.04)

apparmor is enabled in the kernel and apparmor utils were already installed
+ sudo -E sh -c apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
Executing: /tmp/tmp.rAAGu0P85R/gpg.1.sh --keyserver
hkp://ha.pool.sks-keyservers.net:80
--recv-keys
58118E89F3A912897C070ADBF76221572C52609D
gpg: requesting key 2C52609D from hkp server ha.pool.sks-keyservers.net
gpg: key 2C52609D: "Docker Release Tool (releasedocker) <docker@docker.com>" 1 new signature
gpg: Total number processed: 1
gpg:         new signatures: 1
+ break
+ sudo -E sh -c apt-key adv -k 58118E89F3A912897C070ADBF76221572C52609D >/dev/null
+ sudo -E sh -c mkdir -p /etc/apt/sources.list.d
+ dpkg --print-architecture
+ sudo -E sh -c echo deb [arch=amd64] https://apt.dockerproject.org/repo ubuntu-xenial main > /etc/apt/sources.list.d/docker.list
+ sudo -E sh -c sleep 3; apt-get update; apt-get install -y -q docker-engine
Hit:1 http://repo.steampowered.com/steam precise InRelease
Hit:2 http://download.virtualbox.org/virtualbox/debian xenial InRelease                                                           
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease                                                                      
Hit:4 http://dl.google.com/linux/chrome/deb stable Release                                                                        
Hit:5 http://archive.canonical.com/ubuntu xenial InRelease                                                                        
Hit:6 http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive xenial InRelease                                                     
Hit:7 http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive xenial-updates InRelease                                             
Hit:8 http://ppa.launchpad.net/me-davidsansome/clementine/ubuntu xenial InRelease                                                 
Ign:9 http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.2 InRelease                                                         
Hit:10 http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive xenial-backports InRelease                                          
Hit:11 http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.2 Release                                                          
Hit:12 http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive xenial-security InRelease                                           
Hit:14 http://ppa.launchpad.net/numix/ppa/ubuntu xenial InRelease                                                                 
Ign:15 http://linux.dropbox.com/ubuntu wily InRelease                                                                             
Ign:16 http://repo.vivaldi.com/stable/deb stable InRelease                                                                        
Hit:17 http://repo.vivaldi.com/stable/deb stable Release                                                                          
Get:18 http://linux.dropbox.com/ubuntu wily Release [6,596 B]            
Get:19 https://apt.dockerproject.org/repo ubuntu-xenial InRelease [20.6 kB]    
Ign:20 http://packages.amplify.nginx.com/ubuntu xenial InRelease                      
Hit:22 http://packages.amplify.nginx.com/ubuntu xenial Release
Hit:23 https://deb.opera.com/opera-beta stable InRelease
Hit:26 https://deb.opera.com/opera-developer stable InRelease
Get:28 https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages [1,719 B]
Hit:29 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
Fetched 28.9 kB in 1s (17.2 kB/s)
Reading package lists... Done
W: http://repo.mongodb.org/apt/debian/dists/wheezy/mongodb-org/3.2/Release.gpg: Signature by key 42F3E95A2C4F08279C4960ADD68FA50FEA312927 uses weak digest algorithm (SHA1)
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  aufs-tools cgroupfs-mount
The following NEW packages will be installed:
  aufs-tools cgroupfs-mount docker-engine
0 upgraded, 3 newly installed, 0 to remove and 17 not upgraded.
Need to get 14.6 MB of archives.
After this operation, 73.7 MB of additional disk space will be used.
Get:1 http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive xenial/universe amd64 aufs-tools amd64 1:3.2+20130722-1.1ubuntu1 [92.9 kB]
Get:2 http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive xenial/universe amd64 cgroupfs-mount all 1.2 [4,970 B]
Get:3 https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 docker-engine amd64 1.11.2-0~xenial [14.5 MB]
Fetched 14.6 MB in 7s (2,047 kB/s)
Selecting previously unselected package aufs-tools.
(Reading database ... 427978 files and directories currently installed.)
Preparing to unpack .../aufs-tools_1%3a3.2+20130722-1.1ubuntu1_amd64.deb ...
Unpacking aufs-tools (1:3.2+20130722-1.1ubuntu1) ...
Selecting previously unselected package cgroupfs-mount.
Preparing to unpack .../cgroupfs-mount_1.2_all.deb ...
Unpacking cgroupfs-mount (1.2) ...
Selecting previously unselected package docker-engine.
Preparing to unpack .../docker-engine_1.11.2-0~xenial_amd64.deb ...
Unpacking docker-engine (1.11.2-0~xenial) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for systemd (229-4ubuntu6) ...
Setting up aufs-tools (1:3.2+20130722-1.1ubuntu1) ...
Setting up cgroupfs-mount (1.2) ...
Setting up docker-engine (1.11.2-0~xenial) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for systemd (229-4ubuntu6) ...
Processing triggers for ureadahead (0.100.0-19) ...
+ sudo -E sh -c docker version
Client:
 Version:      1.11.2
 API version:  1.23
 Go version:   go1.5.4
 Git commit:   b9f10c9
 Built:        Wed Jun  1 22:00:43 2016
 OS/Arch:      linux/amd64

Server:
 Version:      1.11.2
 API version:  1.23
 Go version:   go1.5.4
 Git commit:   b9f10c9
 Built:        Wed Jun  1 22:00:43 2016
 OS/Arch:      linux/amd64

If you would like to use Docker as a non-root user, you should now consider
adding your user to the "docker" group with something like:

  sudo usermod -aG docker stens

Remember that you will have to log out and back in for this to take effect!

यहां अंतर्निहित विस्तृत इंस्टॉलेशन निर्देश दिए गए हैं, जैसा कि आप देख सकते हैं कि यह ऊपर की तकनीक में बांधा हुआ है ... ऊपर एक लाइनर आपको समान देता है:

https://docs.docker.com/engine/installation/linux/ubuntulinux/

एक बार स्थापित होने के बाद आप देख सकते हैं कि जारी करके क्या डॉक पैकेज स्थापित किए गए थे

dpkg -l|grep docker

ii  docker-engine                               1.11.2-0~xenial                                     amd64        Docker: the open-source application container engine

अब जब आप जारी करते हैं तो डॉकर अपडेट आगे स्थापित हो जाएगा

sudo apt-get update
sudo apt-get upgrade

पर एक नज़र डालें

 ls -latr /etc/apt/sources.list.d/*docker*
-rw-r--r-- 1 root root 202 Jun 23 10:01 /etc/apt/sources.list.d/docker.list.save
-rw-r--r-- 1 root root  71 Jul  4 11:32 /etc/apt/sources.list.d/docker.list


cat /etc/apt/sources.list.d/docker.list

deb [arch=amd64] https://apt.dockerproject.org/repo ubuntu-xenial main

1
इस जवाब ने मुझे एक समस्या का पता लगाने में मदद की जिसे मैं 2 दिनों से अटका हुआ था। धन्यवाद!
तहबेरेडेडोन


4

उत्तर प्रदेश सेट करें

Ubuntu 14.04 / 16.04 / 16.10 / 17.04 के लिए:

sudo add-apt-repository "deb [arch=amd64] \
     https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

Ubuntu 17.10 के लिए:

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu zesty stable"

डॉकर की आधिकारिक GPG कुंजी जोड़ें:

$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

फिर इंस्टॉल करें

$ sudo apt-get update && sudo apt-get -y install docker-ce
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.