We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9832ac commit d96f3cdCopy full SHA for d96f3cd
1 file changed
replication/splc23-views/INSTALL.md
@@ -5,7 +5,12 @@ The instructions explain how to build the Docker image and run the validation in
5
6
### 1. Start Docker
7
8
-Start the docker deamon.
+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.
14
15
### 2. Open a Suitable Terminal
16
```
0 commit comments