Go to file
2023-09-19 07:47:28 +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
dind_backend-flo_0.15.1.1-satoshilabs-1_amd64.deb Added cruizba/ubuntu-dind:focal-24.0.6 build's deb files 2023-09-19 04:21:53 +05:30
dind_blockbook-flo_0.4.0_amd64.deb Added cruizba/ubuntu-dind:focal-24.0.6 build's deb files 2023-09-19 04:21:53 +05:30
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 Pushed v1.0.0 of the Docker image 2023-09-19 07:47:28 +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 -n 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