Skip to content

Commit

Permalink
Merge pull request #141 from innovativeinnovation/enh-docker-install
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle authored Feb 20, 2024
2 parents 59bfee0 + 87fd02b commit a78c7a0
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions src/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,14 @@ laptops, data center VMs, or the cloud.

## Installation

### Via package manager
First, you need to [set up the Docker repository][dockerapt].

```bash
sudo apt install docker.io docker-compose
```

### Manually

Go to [download.docker.com][dockerddl] and
choose `amd64`, `armhf`, `ppc64el`, or `s390x`. Download the `.deb` file
for the Docker version you want to install.
[dockerapt]: https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository

[dockerddl]: https://download.docker.com/linux/ubuntu/dists/focal/pool/stable/
Then, to install the latest version, run:

```bash
sudo dpkg -i /path/to/package.deb
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
```

## Configuration
Expand Down

0 comments on commit a78c7a0

Please sign in to comment.