Warning
|
This software is EXPERIMENTAL software for REGTEST and TESTNET TRANSACTIONS only. USE ON MAINNET AT YOUR OWN RISK. |
Caution
|
This is pre-release software and APIs may change without notice. |
Docker tools for Omni Core (and eventually) other Omni Components.
See https://hub.docker.com/repository/docker/omnilayer/omnicored (requires login)
docker run --rm --name omni-demo -it omnilayer/omnicored:latest -version
-
sudo apt install -y podman podman-docker
-
sudo echo 'unqualified-search-registries = ["docker.io"]' > /etc/containers/registries.conf.d/unqualified-dockerhub.conf
-
Thanks to @ruimarinho for ruimarinho/docker-bitcoin-core which was used as a starting point for our Omni Core Dockerfile.