From 1abcb119dd9ec82acaf820409910f2991dc9d1f4 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 30 Apr 2020 12:23:18 +0200 Subject: [PATCH] Another README pass --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f9a54c..7a257bc 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ > https://traefik.swarm.autonomic.zone -## Local +## Development ```bash +$ python3 -m venv .venv && source .venv/bin/activate +$ pip install -U pip setuptools docker-compose $ docker-compose up ``` @@ -30,9 +32,9 @@ $ curl -H Host:whoami.localhost http://127.0.0.1 Our [drone.autonomic.zone](https://drone.autonomic.zone/autonomic-cooperative/traefik/) configuration automatically deploys. -Otherwise, you can need to follow 3 steps. +To do it manually, you need to follow 3 steps. -1. Create the remote docker context locally +1. Create the remote docker context locally. ```bash $ cp .envrc.sample .envrc @@ -51,6 +53,8 @@ $ docker stack deploy \ traefik ``` +You can track logs via `docker service logs traefik_traefik` + 3. Switch back to your local context. ```