Fix format 'of docker client install' in dockerswarm's README.md

The doc in github shows:
'apt-get update apt-get -y install docker.io ln -sf /usr/bin/docker.io /usr/local/bin/docker'
in one line.
I think it should be displayed as 'ssh-keygen -t rsa ...'

Change-Id: Ia579709d4f1eab8d09788d9aa2a3b753cc3ff6d8
This commit is contained in:
KongWei 2017-02-23 07:58:11 +00:00
parent 0db0e2b3f3
commit dc98b9004d
1 changed files with 2 additions and 0 deletions

View File

@ -17,9 +17,11 @@ then you can run docker commands against the swarm
using some other environment run the script, then the steps setting up
docker client may be different::
```
apt-get update
apt-get -y install docker.io
ln -sf /usr/bin/docker.io /usr/local/bin/docker
```
## Ansible