[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

H2
H3
H4
3 columns
2 columns
1 column
6 Comments
Ecency