Go to file
2023-09-29 05:44:08 +00:00
deb-files Added testnet deb files 2023-09-29 05:44:08 +00:00
alt-helper.sh Testing changes to build app inside 2023-09-18 22:34:06 +00:00
backend-flo.conf Updated Dockerfile 2023-09-13 09:38:12 +00:00
blockbook-flo.conf Updated Dockerfile 2023-09-13 09:38:12 +00:00
config-helper.sh Testing changes to build app inside 2023-09-18 22:34:06 +00:00
Dockerfile Pushed v1.0.0 of the Docker image 2023-09-19 07:47:28 +00:00
Dockerfile-althelper-cdbuild Pushed v1.0.0 of the Docker image 2023-09-19 07:47:28 +00:00
Dockerfile-prebuilt Pushed v1.0.0 of the Docker image 2023-09-19 07:47:28 +00:00
main-helper.sh Pushed v1.0.0 of the Docker image 2023-09-19 07:47:28 +00:00
prebuilt-helper.sh Pushed v1.0.0 of the Docker image 2023-09-19 07:47:28 +00:00
README.md Fix typo 2023-09-19 07:49:37 +00:00
supervisord.conf Updated Dockerfile 2023-09-13 09:38:12 +00:00

Blockbook docker

Pre-requisites

Should have sysbox installed on your machine

Main commands

sudo docker run -d --runtime=sysbox-runc -P -p <hostport>:9166 --name blockbook ranchimallfze/blockbook:1.0.0

Testing

The code and steps required to run Docker version of Blockbook block explorer

sudo docker build -t blockbook-althelper -f Dockerfile-althelper .
sudo docker run -d --privileged -p 9166:9166 d5e56e218acd
docker buildx create --driver-opt image=moby/buildkit:master --use --name insecure-builder --buildkitd-flags '--allow-insecure-entitlement security.insecure'
docker buildx use insecure-builder
docker buildx build --allow security.insecure ...(other build args)...
sudo docker buildx build --allow security.insecure -t blockbook .
docker buildx rm insecure-builder


sudo docker run -v /var/run/docker.sock:/var/run/docker.sock -ti ubuntu:20.04
sudo docker run -d --runtime=sysbox-runc -P -p 9167:9166 5018bee64419

sudo docker run -d --runtime=sysbox-runc --net=host -P 5018bee64419