Skip to content

Commit d418292

Browse files
committed
INSTALL: section to start the docker daemon
1 parent e4fdc48 commit d418292

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

INSTALL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ The expected output and behavior of the jar file is explained below in the secti
3535

3636
Check the requirements needed for the Docker setup in the [REQUIREMENTS.md](REQUIREMENTS.md) file.
3737

38+
### Start the docker deamon
39+
40+
- **On Linux**: Typically, the docker deamon runs automatically, so there is nothing to do. Otherwise, run `sudo systemctl start docker`.
41+
- **On Windows**: Open the search bar using the 'Windows Key' and search for 'Docker' or 'Docker Desktop'.
42+
43+
More detailed instructions on starting the deamon are given [here](https://docs.docker.com/config/daemon/start/) on the docker website.
44+
3845
You can use the `docker.sh` script to build and execute the Demo using [Docker](https://www.docker.com/get-started) as described below.
3946

4047
### Hints for Linux users

0 commit comments

Comments
 (0)