diff options
Diffstat (limited to 'OS')
-rw-r--r-- | OS/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OS/README.md b/OS/README.md index 268285a..c58e7cc 100644 --- a/OS/README.md +++ b/OS/README.md @@ -81,4 +81,4 @@ You must have a working environment with the source code of this repository. Rea 1. Jump into the container directory with `cd OS` 2. Run this container 1. Interactively with `docker-compose up` Startup logs appears and escaping this command stop the container - 2. As a daemon with `docker-compose up -d`. Container startup and behaviour can be read using `docker-compose logs` + 2. As a daemon with `docker-compose up -d`. Container startup logs can be read using `docker-compose logs` |