Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ckster authored Jul 5, 2023
1 parent 3593dc1 commit ffedce9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ Settings when starting an instance.

### Installing Docker and Screen on EC2 instance with AWS Linux 2023 AMI
``` bash
screen -S dockerRun
sudo yum update
sudo yum install docker
sudo yum install screen
```

### Running Docker and B2P Container
### Running Docker
``` bash
sudo service docker start
sudo chmod 666 /var/run/docker.sock
sudo docker container run
```

### Open screen and start Docker Container
Expand Down

0 comments on commit ffedce9

Please sign in to comment.