Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to setup dockers on aws

sudo yum update -y
sudo amazon-linux-extras install -y docker
sudo service docker start
sudo usermod -a -G docker ec2-user
sudo chkconfig docker on
sudo yum install -y git
sudo curl -L https://github.com/docker/compose/releases/
latest/download/docker-compose-$(uname -s)-$(uname -m)
-o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose 
Comment

PREVIOUS NEXT
Code Example
Shell :: Connect to Remote MySQL Database through Command Line 
Shell :: how to list all the available versionb for installation ubuntu 
Shell :: adding alias to for echo 
Shell :: install powershell using cmd windows 10 
Shell :: electron app from vue 
Shell :: how to install sublime text 3 on ubuntu 20.04 
Shell :: install yarm for redhat linux 
Shell :: ubuntu login as root 
Shell :: Connect to a VM instance by using SSH. 
Shell :: pipenv install flask 
Shell :: how to move a file in terminal 
Shell :: blackeye bash 
Shell :: pip install graphics 
Shell :: .desktop file ubuntu 
Shell :: open image from terminal in ubuntu 18 
Shell :: uploading a folder to github 
Shell :: mongorestore command 
Shell :: how to install wsl 2 in windows 10 
Shell :: uvicorn run fastapi 
Shell :: center table markdown github 
Shell :: install jwt express 
Shell :: edit file terminal 
Shell :: kubernetes get deployments 
Shell :: navigate to folder on mac 
Shell :: grant all the permission to the user ubuntu 
Shell :: linux Could not find a version that satisfies the requirement 
Shell :: ssh and execute command in one line 
Shell :: restore deleted commits 
Shell :: conditional dockerfile 
Shell :: delete commit from pr 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =