docs: fix typo Doker -> Docker

pull/19/head
Cliff Chao-kuan Lu 2018-07-05 13:40:15 +08:00
parent 92d9b5639a
commit a89c3afc22
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>
</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
```