aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2015-11-03 09:05:03 +0100
committerChocobozzz <florian.bigard@gmail.com>2015-11-03 09:05:03 +0100
commita6fa7ac141637a5026388157084c439f920c5ff1 (patch)
tree42bf52e18ede348d9a1fe7db10d8a890889b3bf4 /README.md
parent9d640786596f940caca7599dcbde8c89064246eb (diff)
downloadPeerTube-a6fa7ac141637a5026388157084c439f920c5ff1.tar.gz
PeerTube-a6fa7ac141637a5026388157084c439f920c5ff1.tar.zst
PeerTube-a6fa7ac141637a5026388157084c439f920c5ff1.zip
Add Docker information
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d2769fe01..1a738539a 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,9 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t
71 71
72Then 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 :) 72Then 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 :)
73 73
74### Dockerfile
74 75
76You 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.
75 77
76## Architecture 78## Architecture
77 79