Skip to content

zeko-labs/util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix build .#da-docker-image to build Docker image for running Zeko DA node.

If you don't want to clone this repo, you can also just do nix build github:zeko-labs/util#da-docker-image.

archive-relay-docker-image also exists and is for the archive relay.

If you don't have Nix installed, install Nix as:

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

(from https://github.com/DeterminateSystems/nix-installer)

Pushing to Docker

nix build .#da-docker-image
docker load -i ./result
docker tag localhost/zeko-da:latest zekolabs/zeko-da:latest
docker push zekolabs/zeko-da:latest

Do the same for the archive relay.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages