mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-03 04:01:38 +00:00
Merge pull request #25 from mrkz/ciao_deploy_update_readme
ciao-deploy: update readme to instruct user to use ssh key
This commit is contained in:
@@ -35,15 +35,9 @@ documentation.
|
||||
|
||||
Run the Ciao-deploy Container
|
||||
----------------------------
|
||||
```
|
||||
docker run --privileged -v /dev/:/dev/ \
|
||||
-v $(pwd)/ciao:/root/ciao \
|
||||
-it clearlinux/ciao-deploy
|
||||
|
||||
```
|
||||
|
||||
If you have setup your ssh key for the ansible setup, you may want to use it
|
||||
in your ciao-deploy container:
|
||||
You will need to use an ssh key to manage the remote nodes. Replace
|
||||
`/path/to/your/.ssh/key` with your private ssh key filename (notice it
|
||||
must be an absolute path).
|
||||
|
||||
```
|
||||
docker run --privileged -v /dev/:/dev/ \
|
||||
|
||||
Reference in New Issue
Block a user