diff options
author | startxfr <clarue@startx.fr> | 2015-12-05 02:44:49 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-05 02:44:49 +0100 |
commit | a94ba1639fa444e99f7e5ec1f3f956b14db3e34b (patch) | |
tree | a74d4838a37029ded611384cc2f034a2435dbe4f /OS/README.md | |
parent | cfd0715d0543a3554b8a94b079d35b2022b2fe4c (diff) | |
download | phpmyadmin-a94ba1639fa444e99f7e5ec1f3f956b14db3e34b.tar.gz phpmyadmin-a94ba1639fa444e99f7e5ec1f3f956b14db3e34b.tar.bz2 phpmyadmin-a94ba1639fa444e99f7e5ec1f3f956b14db3e34b.tar.xz phpmyadmin-a94ba1639fa444e99f7e5ec1f3f956b14db3e34b.zip |
improving mariadb README.md
Diffstat (limited to 'OS/README.md')
-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` |