diff options
author | startxfr <clarue@startx.fr> | 2015-12-05 05:37:33 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-05 05:37:33 +0100 |
commit | 174f6a7f98c180366363ad791eb2ad52e7d2ed43 (patch) | |
tree | 850c08e7bccfd28364bdc357094109c15435ed74 /OS/README.md | |
parent | 20f0f95c0ec3b9bb243e6333b69b0e0883f2b14b (diff) | |
download | phpmyadmin-174f6a7f98c180366363ad791eb2ad52e7d2ed43.tar.gz phpmyadmin-174f6a7f98c180366363ad791eb2ad52e7d2ed43.tar.bz2 phpmyadmin-174f6a7f98c180366363ad791eb2ad52e7d2ed43.tar.xz phpmyadmin-174f6a7f98c180366363ad791eb2ad52e7d2ed43.zip |
adding applications and services README.md
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 |