diff options
Diffstat (limited to 'Services/mariadb')
-rw-r--r-- | Services/mariadb/README.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md index a550535..c8ff816 100644 --- a/Services/mariadb/README.md +++ b/Services/mariadb/README.md @@ -10,16 +10,16 @@ This container run mariadb on fedora server. ## Build and run from local Dockerfile ### Building docker image -* Copy sources in your docker host -``` -mkdir startx-docker-images; -cd startx-docker-images; -git clone https://github.com/startxfr/docker-images.git . -``` -* Build the container -``` -docker build -t sv-mariadb Services/mariadb/ -``` +Copy sources in your docker host + + mkdir startx-docker-images; + cd startx-docker-images; + git clone https://github.com/startxfr/docker-images.git . + +Build the container + + docker build -t sv-mariadb Services/mariadb/ + ### Running local image docker run -d -p 3306:3306 --name="mariadb" sv-mariadb |