Skip to content

Commit d96f3cd

Browse files
committed
docker deamon start instructions
1 parent c9832ac commit d96f3cd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

replication/splc23-views/INSTALL.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ The instructions explain how to build the Docker image and run the validation in
55

66
### 1. Start Docker
77

8-
Start the docker deamon.
8+
Start the docker deamon:
9+
10+
- **On Linux**: Typically, the docker deamon runs automatically. Otherwise, run `sudo systemctl start docker`.
11+
- **On Windows**: Open the search bar using the 'Windows Key' and search for 'Docker' or 'Docker Desktop'.
12+
13+
More detailed instructions on starting the deamon are given [here](https://docs.docker.com/config/daemon/start/) on the docker website.
914

1015
### 2. Open a Suitable Terminal
1116
```

0 commit comments

Comments
 (0)