os-build-system/docker-sdk
parazyd 34fed726dd
Add helper scripts for the Docker experiments.
2018-10-28 12:26:48 +01:00
..
Dockerfile Merge branch 'master' into dockerfile-fixes 2018-09-25 17:43:41 +02:00
README.md Docker development setup based on Devuan images 2018-09-04 14:31:57 +02:00
docker-create.sh Add helper scripts for the Docker experiments. 2018-10-28 12:26:48 +01:00
docker-start.sh Add helper scripts for the Docker experiments. 2018-10-28 12:26:48 +01:00
docker-stop.sh Add helper scripts for the Docker experiments. 2018-10-28 12:26:48 +01:00
exposed-ports Docker development setup based on Devuan images 2018-09-04 14:31:57 +02:00
keygen Add changes to supervisord.conf in the Docker experiments. 2018-10-28 12:26:42 +01:00
run Docker development setup based on Devuan images 2018-09-04 14:31:57 +02:00
supervisord.conf Add changes to supervisord.conf in the Docker experiments. 2018-10-28 12:26:42 +01:00
tor.pub.asc Docker development setup based on Devuan images 2018-09-04 14:31:57 +02:00

README.md

DECODE OS - Docker facility

Powered by DECODE OS

The DECODE operating system is a brand new GNU+Linux distribution designed to run on servers, embedded computers and virtual machines to automatically connect micro-services to a private and anonymous peer-to-peer network cluster.

This is a Docker build of it to facilitate development and testing.

DO NOT USE IN PRODUCTION

This Docker image is provided only for testing and showcase. We do release DECODE OS images for use in production on https://files.dyne.org/decode

In order to test DECODE OS in Docker is possible to get the latest image with:

docker pull dyne/decodeos:latest

And then run it with:

docker run -it -p 9150 -p 9001:9001 -p 8081:8081 -p 19999:19999 dyne/decodeos:latest

Then connect to the web interfaces to monitor the functioning of DECODE OS:

At last, you can use localhost port 9150 using Socks5 connections to be routed through Tor. Your application may then interact with the listed nodes.

Build

To re-build this docker image:

docker build dyne/decodeos:local .