oasis/docs/with-docker.md

309 B

With Docker

Warning: Experimental.

Use Docker to run Oasis in a container.

Build

docker build --tag oasis --file contrib/Dockerfile  .
docker volume create ssb

Run

docker run --mount source=ssb,target=/root/.ssb --publish 3000:3000 --rm oasis