Add Docker information
authorChocobozzz <florian.bigard@gmail.com>
Tue, 3 Nov 2015 08:05:03 +0000 (09:05 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Tue, 3 Nov 2015 08:05:03 +0000 (09:05 +0100)
README.md

index d2769fe0111919a9704b9ed93033c029602d57c5..1a738539ac344086268876ddff7ff9cb1f8ce904 100644 (file)
--- a/README.md
+++ b/README.md
@@ -71,7 +71,9 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t
 
 Then you will can access to the three nodes at http://localhost:900{1,2,3}. If you call "make friends" on http://localhost:9002, the pod 2 and 3 will become friends. Then if you call "make friends" on http://localhost:9001 it will become friend with the pod 2 and 3 (check the configuration files). Then the pod will communicate with each others. If you add a video on the pod 3 you'll can see it on the pod 1 and 2 :)
 
+### Dockerfile
 
+You can test it inside Docker with the [PeerTube-Docker repository](https://github.com/Chocobozzz/PeerTube-Docker). Moreover it can help you to check how to create an environment with the required dependencies for PeerTube on a GNU/Linux distribution.
 
 ## Architecture