We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git clone https://github.com/KristinaEtc/btcd-image
btcd.conf
docker build btcd-docker .
dockerhub
Прежде, чем пушить в docker-hub, авторизироваться:
docker login
4.1. Посмотреть id образа: docker images
docker images
4.2. Добавить таг на собранный образ: docker tag IMAGE_IF_FROM_4.1 multyio/btcd-testnet:1.0.0
docker tag IMAGE_IF_FROM_4.1 multyio/btcd-testnet:1.0.0
4.3. Запушить: docker push multyio/btcd-testnet:1.0.0
docker push multyio/btcd-testnet:1.0.0