oasis/docs/with-docker.md
asymmetric f32d05e229
Fix Docker port mapping
Use 127.0.0.1 for the host side of the mapping (localhost), rather than the incorrect 127.0.0.0.
2021-03-30 21:07:14 +00:00

395 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=/home/node/.ssb --publish 127.0.0.1:3000:3000 --rm oasis

You should now be able to open http://localhost:3000 in your browser.