From 98a9a88740c37dbc01bfaed0dbf5e24f0d95d5d9 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 26 Dec 2022 00:35:13 +0900 Subject: [PATCH] add docker context --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a85ad2f..825742d 100644 --- a/README.md +++ b/README.md @@ -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) を参照