Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker install linux

curl -fsSL https://get.docker.com -o /tmp/get-docker.sh && sudo sh /tmp/get-docker.sh && 
sudo usermod -aG docker $USER && newgrp docker && 
newgrp docker && 
sudo curl -L "github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/bin/docker-compose && 
sudo chmod +x /usr/bin/docker-compose
Comment

should you use docker on linux

This is the esiest way to install docker on Ubuntu
https://www.youtube.com/watch?v=M7_mZXh8h8A
Comment

install docker in linux

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh
Executing docker install script, commit: 7cae5f8b0decc17d6571f9f52eb840fbc13b2737
<...>
Comment

docker on linux

sSL https://download.dockercurl -f.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
Comment

linux docker

modprobe kvm_intel  # Intel processors
$ modprobe kvm_amd    # AMD processors
Comment

docker in linux

rm -r $HOME/.docker/desktop
$ sudo rm /usr/local/bin/com.docker.cli
$ sudo apt purge docker-desktop
Comment

docker in linux

sudo apt remove docker-desktop
Comment

PREVIOUS NEXT
Code Example
Shell :: git push ignore pre push 
Shell :: install vue-router for vue 2 
Shell :: install xampp in ubuntu 20.04 
Shell :: delete evicted pods 
Shell :: how to ssh linux 
Shell :: ionice 
Shell :: copy folder from ssh server to local 
Shell :: generate gpg key 
Shell :: bash scripting tutorial 
Shell :: lldb for mac 
Shell :: terminal command remove recursive 
Shell :: linux copy with different name 
Shell :: ubuntu badge settings not showing 
Shell :: zip file in terminal 
Shell :: aws cli last successful deploy 
Shell :: how know snap package size 
Shell :: chinese linux 
Shell :: Create directory junction in powershell 
Shell :: copy off powershell into text editor 
Shell :: brew install older version 
Shell :: ros2 galactic 
Shell :: ls show uid gid 
Shell :: how to copy directory in linux using ssh 
Shell :: run task in background ec2 
Shell :: upgrade appwrite 
Shell :: install openvino for ubuntu 20 
Shell :: volatility 3 imageinfo 
Shell :: threshold 
Shell :: windows command count output lines 
Shell :: lightsail get plesk password 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =