This folder contains Docker images required for running Oasis Nexus locally:
oasis-node
oasis-indexer
(AKA Nexus)
Oasis Labs provides prebuilt
oasis-indexer
and oasis-node
images that are compatible with the provided development
environment. You can select a release of your choosing, or latest
and specify
the appropriate tag in the root docker-compose.yml
to develop with these
versions.
To build the oasis-indexer
and oasis-node
images for Docker development, go
to the nexus
repository root and run:
make docker
This will build both images with the dev
tag, and will enable you to run
make start-docker
to start the development environment with [docker compose
]((https://docs.docker.com/compose/).