add docker context
This commit is contained in:
parent
9a0081e27e
commit
98a9a88740
1 changed files with 3 additions and 1 deletions
|
@ -3,8 +3,10 @@
|
|||
## Setup
|
||||
|
||||
```sh
|
||||
sudo apt install ansible
|
||||
sudo apt install ansible docker-ce
|
||||
ansible-playbook setup.yml
|
||||
docker context create --docker=host=ssh://ubuntu@beta.fogtype.com beta
|
||||
docker context create --docker=host=ssh://ubuntu@gamma.fogtype.com gamma
|
||||
```
|
||||
|
||||
詳しい構成は [setup.yml](setup.yml) を参照
|
||||
|
|
Reference in a new issue