Merge pull request #19 from clifflu/fix/doc-typo

docs: fix typo Doker -> Docker
pull/20/head
Pavel Loginov 2018-07-05 11:42:44 +06:00 committed by GitHub
commit dc6a6611bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ For Apache do virtualhost with cgi-bin. Like this:
</FilesMatch> </FilesMatch>
</VirtualHost> </VirtualHost>
``` ```
# Doker # Docker
``` ```
docker service create --detach=false --name haproxy-wi --mount type=volume,src=haproxy-wi,dst=/var/www/haproxy-wi/app -p 8080:80 aidaho/haproxy-wi docker service create --detach=false --name haproxy-wi --mount type=volume,src=haproxy-wi,dst=/var/www/haproxy-wi/app -p 8080:80 aidaho/haproxy-wi
``` ```