add docker context

This commit is contained in:
Nebel 2022-12-26 00:35:13 +09:00
parent 9a0081e27e
commit 98a9a88740

View file

@ -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) を参照