Comments on: Discover the Power of Docker: Installing and Using Docker on Ubuntu and Debian! https://tecadmin.net/install-docker-on-ubuntu/ How to guide for System Administrator's and Developers Wed, 14 Dec 2022 09:46:48 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: pegge https://tecadmin.net/install-docker-on-ubuntu/#comment-41857 Thu, 25 Jul 2019 09:49:16 +0000 https://tecadmin.net/?p=9931#comment-41857 how i can uninstall docker ?

]]>
By: pradeep varakala https://tecadmin.net/install-docker-on-ubuntu/#comment-40418 Wed, 10 Apr 2019 07:43:58 +0000 https://tecadmin.net/?p=9931#comment-40418 sudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable”

while executing above command i am getting error like the following:

Traceback (most recent call last):
File “/usr/bin/add-apt-repository”, line 11, in
from softwareproperties.SoftwareProperties import SoftwareProperties, shortcut_handler
File “/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py”, line 27, in
import apt_pkg
ModuleNotFoundError: No module named ‘apt_pkg’

can you please give me solution to me query

]]>
By: Özkan Şen https://tecadmin.net/install-docker-on-ubuntu/#comment-40013 Wed, 20 Feb 2019 00:38:32 +0000 https://tecadmin.net/?p=9931#comment-40013 or easy way :
sudo snap install docker

]]>