An application that runs an Archivist on the XYO network
1.5K
To get started pull down the image.
docker pull xyonetwork/app-archivist-nodejs
After pulling down the image you create a container and run it.
docker run -p 11000:11000/tcp -p 11001:11001/tcp xyonetwork/app-archivist-nodejs:latest
This will create an archivist listening on port 11000 on the local network and a graphql server on port 11001.
Content type
Image
Digest
Size
212 MB
Last updated
almost 8 years ago
docker pull xyonetwork/app-archivist-nodejs