diff options
Diffstat (limited to 'Applications/phpmyadmin/README.md')
-rw-r--r-- | Applications/phpmyadmin/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Applications/phpmyadmin/README.md b/Applications/phpmyadmin/README.md index d2516a0..ab0d25f 100644 --- a/Applications/phpmyadmin/README.md +++ b/Applications/phpmyadmin/README.md @@ -8,13 +8,13 @@ This container run phpMyAdmin on PHP server running under a fedora server. ### Building docker image Copy the sources to your docker host - mkdir startx-docker-images; - cd startx-docker-images; - git clone https://github.com/startxfr/docker-images.git . + mkdir startx-docker-images; + cd startx-docker-images; + git clone https://github.com/startxfr/docker-images.git . and build the container - docker build -t startx/app-pma Applications/phpmyadmin/ + docker build -t startx/app-pma Applications/phpmyadmin/ ### Running local image |