Merge pull request 'Update 'README.md'' (#378) from sarah-patch-1 into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #378
This commit is contained in:
Dan Ballard 2021-08-25 16:00:02 +00:00
commit 3879f388c2
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ Development and Contributing information in [CONTRIBUTING.md](https://git.openpr
## Running Cwtch
### Server
#### Docker
### NOTE: The following section is out of date. The new Cwtch server is available from https://git.openprivacy.ca/cwtch.im/server, but there is no current docker container for it.
This repository contains a `Dockerfile` allowing you to build and run the server as a [docker](https://www.docker.com/) container.
To get started issue `docker build -t openpriv/cwtch-server:latest .`, this will create 2 temporary docker containers, one to build the Tor daemon and one to build Cwtch. The compiled binaries will then be bundled into a new image and tagged as `openpriv/cwtch-server:latest`.