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 :: how to update laravel installer 
Shell :: how to check version of linux command line 
Shell :: check for cuda version 
Shell :: install amplify cli mac 
Shell :: install ufw centos 
Shell :: git assume unchanged and do not commit 
Shell :: is not digitally signed. You cannot run this script on the current system. 
Shell :: reset cache pods 
Shell :: uninstall anydesk ubuntu 
Shell :: powershell regex ip address 
Shell :: count files in directory linux 
Shell :: port finding in macos 
Shell :: get mac temperature 
Shell :: how to uninstall oh my zsh 
Shell :: how to convert .qrc file in python 
Shell :: install chrome apt-get 
Shell :: find empty files linux 
Shell :: git config global 
Shell :: npm ERR! cb() never called! 
Shell :: install postman in linux 
Shell :: hardhat 
Shell :: git pull force 
Shell :: zsh compinit: insecure directories, run compaudit for list. 
Shell :: install firebase-tools globally yarn 
Shell :: linux speed test 
Shell :: how to remove heroku from git 
Shell :: ubuntu root login ssh 
Shell :: linux screen kill attached session 
Shell :: download woeusb for ubuntu 20.04 
Shell :: jupyterlab installation 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =