Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

โ€œInvest in yourself โ€” your confidence is always worth it.โ€

Explore Cosmetic Hospitals

Start your journey today โ€” compare options in one place.

install-docker-in-linux

Docker Tutorials: How to Install Docker in Ubuntu?


Install Docker Engine in Ubuntu

NOTE – All commands you must run as root user or add a current user into a linux group name called “docker”

How to beocme a root?

$ sudo -s

How to add current user into docker groups

$ sudo usermod -aG docker $USER

Fixed for Repo missing Error


$ mkdir /etc/apt/keyrings
$ echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.27/deb/ /" | sudo tee /etc/apt/sources.list.d/kubernetes.list
$ curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.28/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
$ sudo chmod 755 /etc/apt/keyrings
$ sudo chmod 644 /etc/apt/keyrings/kubernetes-apt-keyring.gpgCode language: PHP (php)




Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services โ€” all in one place.

Explore Hospitals

Similar Posts

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments