Skip to content

Commit

Permalink
Update Docker install
Browse files Browse the repository at this point in the history
  • Loading branch information
desertblade authored Mar 8, 2024
1 parent d56e177 commit b5f11ce
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,8 @@ network={
Reboot Pi (sudo reboot). When its back up you should be able to SSH in and ping 192.168.4.1 which is the ezShare card.

### Install Docker
I find the version of Docker included in Rasbpberry Pi's repos are fine.

From the command line run the following commands:
```
$ sudo apt update
$ sudo apt install docker-compose
```
Follow instructions to install Docker from: https://docs.docker.com/engine/install/raspberry-pi-os/#install-using-the-repository

## Docker Run
To simply do a quick and dirty run of the Oscar container:
Expand Down Expand Up @@ -119,12 +114,12 @@ services:
To start the container run:
```
$ sudo docker-compose up -d
$ sudo docker compose up -d
```

To pull latest image and upgrade the docker instance:
```
$ sudo docker-compose pull && sudo docker-compose up -d
$ sudo docker compose pull && sudo docker compose up -d
```

## Issues
Expand Down

0 comments on commit b5f11ce

Please sign in to comment.