[tor-commits] [community/master] Distinguish between a docker image and container.

phw at torproject.org phw at torproject.org
Tue Nov 26 23:48:31 UTC 2019


commit d32c17df40f1bc0a22d2a452b381c19d30fa2491
Author: Philipp Winter <phw at nymity.ch>
Date:   Mon Nov 25 15:28:03 2019 -0800

    Distinguish between a docker image and container.
---
 .../relay-operations/technical-setup/bridge/docker/contents.lr | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/content/relay-operations/technical-setup/bridge/docker/contents.lr b/content/relay-operations/technical-setup/bridge/docker/contents.lr
index ebc4b97..994453c 100644
--- a/content/relay-operations/technical-setup/bridge/docker/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/docker/contents.lr
@@ -6,18 +6,18 @@ title: Docker
 ---
 body:
 
-### 1. Install the container
+### 1. Pull the image
 
-We are maintaining a docker container that runs an obfs4 bridge.  First,
-download the container:
+We are maintaining a docker image that runs an obfs4 bridge.  First,
+download the image:
 
 ```
 docker pull phwinter/obfs4-bridge:latest
 ```
 
-### 2. Deploy the container
+### 2. Deploy a container
 
-We provide a Makefile that makes it easy to deploy the container.  First,
+We provide a Makefile that makes it easy to deploy a container.  First,
 [download the
 Makefile](https://dip.torproject.org/torproject/anti-censorship/docker-obfs4-bridge/raw/master/Makefile),
 and then run:





More information about the tor-commits mailing list