You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,41 +30,17 @@ Then start and confirm the service
30
30
sudo systemctl start docker && sudo systemctl status docker
31
31
```
32
32
33
-
To ensure Docker is running correctly you can try to run a simple hello-world container
34
-
35
-
```bash
36
-
sudo docker run hello-world
37
-
```
38
-
39
-
## Install Docker Compose
40
-
41
-
Debian unfortunately only ships with docker compose v1. The plugin for v2 needs to be [installed from dockers package repo](https://docs.docker.com/engine/install/debian/#install-using-the-repository)
0 commit comments