Chitty avatar

[Tutorial] EOSio Docker build and Image

chitty

Published: 12 May 2020 › Updated: 12 May 2020[Tutorial] EOSio Docker build and Image

[Tutorial] EOSio Docker build and Image

Block One has decided to discontinue their Docker image support, I am sure they have a good reason but because I find Docker such a simple tool to get your eosio infrastructure up and ready in minutes I decided to do my own build and upload it to Docker-Hub.

Captura de pantalla 2020-05-12 a la(s) 12.06.27.png

Here are the instructions to build your own image from my Dockerfile or just download the image directly to get an EOSio node and/or cleos tool available in minutes.

Docker build for EOSio (Takes around 30min to 1 hour)

Github: https://github.com/PixelNoob/EOSio-Docker

Build

git clone https://github.com/PixelNoob/EOSio-Docker
cd EOSio-Docker
docker build -t eosio:latest .

Run

docker run -d -it --name eosio eosio:latest bin/bash

Cleos Reference

alias cleos='docker exec -it eosio /root/eosio/eos/build/programs/cleos/cleos -u https://api.eosargentina.io'
cleos get info

Docker Hub Image (1.63Gb download)

A compiled version is available on Docker Hub: https://hub.docker.com/repository/docker/pixelnoob/eosio, just pull the image from Docker Hub and start the docker with the instructions above. This option is usually faster if you have a good internet connection or working from the server.

docker pull pixelnoob/eosio:v2.0.5



And thats it, you have your EOSio docker set up and ready to go!


chitty@chitty

Leave [Tutorial] EOSio Docker build and Image to:

Written by

Just Another Crypto Dreamer

Read more #programming posts


Best Posts From Chitty

We have not curated any of chitty's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Chitty