diff options
Diffstat (limited to 'OS/README.md')
-rw-r--r-- | OS/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OS/README.md b/OS/README.md index c58e7cc..e8e806d 100644 --- a/OS/README.md +++ b/OS/README.md @@ -16,7 +16,7 @@ This container contain updated core OS rpm (kernel, libs,...) as well as usefull |-------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|----------------------------------------------------------------------|-----------------------------------------------| -## Available flavours +## Container flavours * `:latest` : Fedora core 23 at this time * `:23` : Fedora core 23 @@ -82,3 +82,5 @@ You must have a working environment with the source code of this repository. Rea 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 logs can be read using `docker-compose logs` + +## Running container from docker registry images |