Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Amazon Linux 2 AMI install docker

sudo yum update -y
sudo amazon-linux-extras install docker
# Start Docker service
sudo service docker start
Comment

install docker on Amazon Linux 2 AMI

sudo amazon-linux-extras install docker
sudo service docker start
sudo usermod -a -G docker ec2-user
Comment

PREVIOUS NEXT
Code Example
Shell :: configure editor for git 
Shell :: git SSL certificate problem: self signed certificate 
Shell :: ubuntu echo create file readme.md 
Shell :: add and remove users in Linux 
Shell :: git clone only one branch 
Shell :: how to check jibri version 
Shell :: install tmux fedora 
Shell :: composer install ubuntu 20.04 
Shell :: uninstall node 
Shell :: composer global install 
Shell :: git revert a specific commit 
Shell :: how to install blackeye bash 
Shell :: how to install atom on manjaro 
Shell :: how to start apache/2.4.6 linux 
Shell :: run jar file on the background on ubuntu 
Shell :: restart mosquitto 
Shell :: remove folder from repo but keep locally 
Shell :: wsl --install 
Shell :: unable to locate package ubuntu 
Shell :: how to run .sh file in background linux 
Shell :: my shell bash scripting practice 
Shell :: install pycord 
Shell :: git ignore folder except one file 
Shell :: linux append content of file to another linux 
Shell :: check vm ram details in linux 
Shell :: how to remove all files from staging area git 
Shell :: geopandas install windows 
Shell :: sbt build command 
Shell :: check apache version ubuntu 
Shell :: Not Found The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at localhost Port 80 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =