Horje
how to install and enable docker on command line with EC2 instance Code Example
how to install and enable docker on command line with EC2 instance
sudo yum update -y
sudo amazon-linux-extras install docker -y
sudo systemctl start docker
sudo systemctl enable docker
sudo usermod -a -G docker ec2-user (to avoid sudo command usage)
newgrp docker (to avoid sudo command usage)




Shell

Related
install filezilla ubuntu Code Example install filezilla ubuntu Code Example
install firebase tools Code Example install firebase tools Code Example
How to install filezilla on Linux Code Example How to install filezilla on Linux Code Example
how to sudo firebase in windows Code Example how to sudo firebase in windows Code Example
install wine ubuntu Code Example install wine ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15