diff options
author | startxfr <clarue@startx.fr> | 2014-11-21 22:58:45 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2014-11-21 22:58:45 +0100 |
commit | 7688f7c38ab9fa428a1acec32d7c9b0878249b42 (patch) | |
tree | e596fa3ac50f4f88ed4675e42b2b48284d0acbb2 /README.md | |
parent | 0aa8ee283e5bc0a5f299664459009e69eaa5d804 (diff) | |
download | phpmyadmin-7688f7c38ab9fa428a1acec32d7c9b0878249b42.tar.gz phpmyadmin-7688f7c38ab9fa428a1acec32d7c9b0878249b42.tar.bz2 phpmyadmin-7688f7c38ab9fa428a1acec32d7c9b0878249b42.tar.xz phpmyadmin-7688f7c38ab9fa428a1acec32d7c9b0878249b42.zip |
add flavors to main readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 40 |
1 files changed, 24 insertions, 16 deletions
@@ -4,22 +4,30 @@ Docker container images all based on red hat like distributions. Actually you ca ## Running container from docker registry images -* Operating Systems - * **Fedora** `docker run -it --name="fedora" startx/fedora bash` - * **CentOS** `docker run -it --name="centos" startx/centos bash` -* Services - * **Apache** `docker run -d -p 80:80 --name="apache" startx/sv-apache` - * **MariaDB** `docker run -d -p 3306:3306 --name="mariadb" startx/sv-mariadb` - * **Memcache** `docker run -d -p 11211:11211 --name="memcache" startx/sv-memcache` - * **MongoDB** `docker run -d -p 27017:27017 --name="mongo" startx/sv-mongo` - * **nodejs** `docker run -d -p 8000:8000 --name="nodejs" startx/sv-nodejs` - * **ooconv** `docker run -d -p XXX:XXX --name="ooconv" startx/sv-ooconv` - * **php** `docker run -d -p 80:80 --name="php" startx/sv-php` - * **postgreSQL** `docker run -d -p 5432:5432 --name="postgres" startx/sv-postgres` - * **SSH** `docker run -d -p 22:22 --name="ssh" startx/sv-ssh` -* Applications - * **PhpMyAdmin** `docker run -d -p 80:80 --name="pma" startx/app-pma` - * **RockMongo** `docker run -d -p 80:80 --name="rockmongo" startx/app-rockmongo` +### Operating Systems +| OS | Command | +|---------|-----| +| Fedora Core | `docker run -it --name="fedora" startx/fedora bash` | +| CentOS | `docker run -it --name="centos" startx/centos bash` | + +### Services +| Services | Command | +|---------|-----| +| **Apache** | `docker run -d -p 80:80 --name="apache" startx/sv-apache` | +| **MariaDB** | `docker run -d -p 3306:3306 --name="mariadb" startx/sv-mariadb` | +| **Memcache** | `docker run -d -p 11211:11211 --name="memcache" startx/sv-memcache` | +| **MongoDB** | `docker run -d -p 27017:27017 --name="mongo" startx/sv-mongo` | +| **nodejs** | `docker run -d -p 8000:8000 --name="nodejs" startx/sv-nodejs` | +| **ooconv** | `docker run -d -p XXX:XXX --name="ooconv" startx/sv-ooconv` | +| **php** | `docker run -d -p 80:80 --name="php" startx/sv-php` | +| **postgreSQL** | `docker run -d -p 5432:5432 --name="postgres" startx/sv-postgres` | +| **SSH** | `docker run -d -p 22:22 --name="ssh" startx/sv-ssh` | + +### Applications +| Applications | Command | +|---------|-----| +| **PhpMyAdmin** | `docker run -d -p 80:80 --name="pma" startx/app-pma` | +| **RockMongo** | `docker run -d -p 80:80 --name="rockmongo" startx/app-rockmongo` | ## Flavors (tags) for Red Hat like container's |