A docker image to run archivists on the xyo network
1.5K
To get started pull down the image.
docker pull xyonetwork/sdk-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/sdk-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
166.4 MB
Last updated
almost 8 years ago
docker pull xyonetwork/sdk-archivist-nodejs