dyne/decodeos

Sponsored OSS

By Foundation

Updated over 6 years ago

Operating System for Private and Anonymous Computation Clusters

Image
Languages & Frameworks
Operating Systems
Security
0

115

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 9001:9001 -p 8081:8081 -p 19999:19999 dyne/decodeos:latest

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

Build

To re-build this docker image:

docker build dyne/decodeos:local .

Docker Pull Command

docker pull dyne/decodeos