Skip to content

Commit

Permalink
Merge pull request #27 from aau-claaudia/docker
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
sdavidsson90 authored Mar 21, 2024
2 parents 272ac84 + 0189b32 commit 747c4da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/application_guides/docker/docker.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The following will guide you trough installing docker on your Strato instance.
The following will guide you trough installing Docker on your Strato instance.

1. Fetch the appropriate GPG key, to verify the integrity of the software
```
Expand All @@ -12,11 +12,11 @@ echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg]
```
sudo apt update
```
4. Install Docker CE (community edition), Docker CE CLI (Command line interface) and containerd.io (a container runtime dependency).
4. Install Docker CE (Community Edition), Docker CE CLI (Command Line Interface) and containerd.io (a container runtime dependency).
```
sudo apt install docker-ce docker-ce-cli containerd.io
```
5. Verify that docker is unning
5. Verify that Docker is running
```
sudo systemctl --no-pager status docker
```
Expand Down

0 comments on commit 747c4da

Please sign in to comment.