add docker fixes #10

This commit is contained in:
Zack Scholl 2019-07-14 17:02:32 -06:00
parent d34a5bca3f
commit 3a62f092f1

View file

@ -33,11 +33,18 @@ https://hostyoself.com/confidentcat/
Now if you have a file in your folder `README.md` you can access it with the public URL `https://hostyoself.com/confidentcat/README.md`, directly from your computer!
If you're on a Mac, you can install with Homebrew:
```
brew tap schollz/homebrew https://github.com/schollz/homebrew-tap.git
brew install hostyoself
```
Or you can host your current directory using Docker:
```
$ docker run -v `pwd`:/data schollz/hostyoself
```
## Run your own relay
Want to run your own relay? Its easy.