Updated README [skip ci]

This commit is contained in:
Daniel Seripap 2017-02-27 14:40:38 -05:00 committed by GitHub
parent c1be6300ad
commit 17e462d1c2

View File

@ -5,11 +5,10 @@
Simple encrypted web chat. Powered by [socket.io](http://socket.io) and the [web cryptography API](https://developer.mozilla.org/en-US/docs/Web/API/Window/crypto).
### Running a local copy
You can run a local copy of Darkwire via Docker through dockerhub. Versions are strictly controlled, [we recommend using the latest tagged version](https://github.com/seripap/darkwire.io/releases/latest) as older versions may pose some security issues.
You can run a local copy of Darkwire via Docker through dockerhub. Versions are strictly controlled, [we recommend using the latest tagged version](https://github.com/seripap/darkwire.io/releases/latest) as older versions may pose some security issues. Our docker repository will **always** reference the latest version that is available on github.
```
# Version numbers can be found in latest releases
$ docker run -d -p 80:3000 --name dakrwire darkwire/${VERSION_NUMBER}
$ docker run -d -p 80:3000 --name dakrwire darkwire/darkwire:latest
```
Docker is now running on local port 80.