Add docker image (#375)

* Add Dockerfile

Add documentation

Ref #375

* Add PORT, VOLUME and reduce size of the docker image significantly

Fix doc and reduce image size

Fix #375

* Fix docker compose
This commit is contained in:
Chevdor
2018-07-27 16:32:12 +02:00
committed by Gav Wood
parent e5900d8f17
commit 97a6db785e
8 changed files with 196 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
== Polkadot Docker
=== Start a Polkadot docker container
Run the following command
docker run -d chevdor/polkadot:latest polkadot
=== Building the image
To build your own image from the source, you can run the following command:
./build.sh
NOTE: Building the image takes a while. Count at least 30min on a good machine.