Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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

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 go back to head after checkout commit 
Shell :: copying a file from a server to a local folder 
Shell :: ubuntu install safari browser terminal 
Shell :: tricks to do with ubuntu 
Shell :: if git status 
Shell :: bash if not 
Shell :: xargs example with curl 
Shell :: install gitlab-ce on centos 
Shell :: how to assign more than one ip address in linux 
Shell :: api to access gitlab varaible 
Shell :: does Ubuntu MATE have ssh 
Shell :: open current directory in terminal 
Shell :: git rename older local commit 
Shell :: bash array 
Shell :: bash argument parsing 
Shell :: kali metapackages detail 
Shell :: rsync exclude empty directories 
Shell :: how to make .gitignore 
Shell :: terminal archive files 
Shell :: git force overwrite of local files 
Shell :: react native cannot load 
Shell :: git rename a local branch 
Shell :: present working directory linux command 
Shell :: Add a Remote Repository in git command 
Shell :: bash script template linux 
Shell :: debian mark package as manually installed 
Shell :: systemctl enable service 
Shell :: ? For which GitHub repository would you like to set up a GitHub workflow? (format: user/repository) 
Shell :: nextjs cli 
Shell :: dir sort by 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =