diff options
author | startxfr <clarue@startx.fr> | 2015-12-05 06:13:24 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-05 06:13:24 +0100 |
commit | 43a29d89e9f8dbd259da9bd6b99afc80c507a4f6 (patch) | |
tree | 036bc53181a4a9852d2a1f4590ab039a6d4255b4 /OS | |
parent | 2b693857290cf8f166d53cf67dcf8d0abb68bb4a (diff) | |
download | phpmyadmin-43a29d89e9f8dbd259da9bd6b99afc80c507a4f6.tar.gz phpmyadmin-43a29d89e9f8dbd259da9bd6b99afc80c507a4f6.tar.bz2 phpmyadmin-43a29d89e9f8dbd259da9bd6b99afc80c507a4f6.tar.xz phpmyadmin-43a29d89e9f8dbd259da9bd6b99afc80c507a4f6.zip |
adding applications and services README.md
Diffstat (limited to 'OS')
-rw-r--r-- | OS/README.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/OS/README.md b/OS/README.md index e8e806d..17b5720 100644 --- a/OS/README.md +++ b/OS/README.md @@ -18,11 +18,13 @@ This container contain updated core OS rpm (kernel, libs,...) as well as usefull ## Container flavours -* `:latest` : Fedora core 23 at this time -* `:23` : Fedora core 23 -* `:22` : Fedora core 22 -* `:21` : Fedora core 21 -* `:20` : Fedora core 20 +| Version | Docker Hub repository | Fedora distribution | +|------------|-------------------------------------------------------------------------|---------------------------------------------| +| Latest | [`startx/fedora`](https://hub.docker.com/r/startx/fedora) | Fedora 23 (kernel 4.2 + GNU 3.18 ) | +| 23 | [`startx/fedora`](https://hub.docker.com/r/startx/fedora) | Fedora 23 (kernel 4.2 + GNU 3.18 ) | +| 22 | [`startx/fedora`](https://hub.docker.com/r/startx/fedora) | Fedora 22 (kernel 4.0 + GNU 3.16 ) | +| 21 | [`startx/fedora`](https://hub.docker.com/r/startx/fedora) | Fedora 21 (kernel 3.16 + GNU 3.14 ) | +| 20 | [`startx/fedora`](https://hub.docker.com/r/startx/fedora) | Fedora 20 (kernel 3.11 + GNU 3.10 ) | ## Running from dockerhub registry |