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 :: github markdown image 
Shell :: Fix the upstream dependency conflict, or retry 
Shell :: nx run storybook 
Shell :: linux how to give permission to folder forever 
Shell :: split terminal horizontally ubuntu 20.04 
Shell :: npm find peer dependencies 
Shell :: load new etc rules 
Shell :: ERROR: Unknown command-line argument "-tgt-fs" 
Shell :: rostopic bag file to csv 
Shell :: vmplayer kernel headers not found 
Shell :: failed to get canoncal path of airootfs 
Shell :: how to create a gui in powershell grepper 
Shell :: install svelte 
Shell :: install gnu grep on mac 
Shell :: sudo apt install microsoft-edge-dev 
Shell :: restart network service ubuntu command line 
Shell :: install shutter ubuntu 
Shell :: kill screen ubuntu 
Shell :: see ADS content 
Shell :: how to make python + docx exe 
Shell :: command not found: gradlew.bat 
Shell :: replace text with sed 
Shell :: untar gz file 
Shell :: virtual box config networkt config ubuntu 
Shell :: run sudo command with password in one line 
Shell :: python requirements 
Shell :: openssl generate certificate 
Shell :: Search for file using bash 
Shell :: kill apache Failed to restart apache: [apache] 
Shell :: bash location of substring match within string 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =