Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

WIP: Add script to build Docker alpine container from project root directory #11846

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ltfschoen
Copy link
Contributor

@ltfschoen ltfschoen commented Aug 4, 2020

Adds a shell script for running a detached Docker container of Alpine Linux from openethereum's root directory (similar to that provided for Centos). It shows how the user may then use docker exec -it eth1.0-openethereum ./openethereum --version to connect to a bash session in the container to run a openethereum commands.

This is a WIP since I'm still testing it out myself since I need to run a separate Eth1.0 node for my Eth2.0 validator node to sync with in this example ethereum/staking-deposit-cli#83

Currently it returns error

The command '/bin/sh -c cargo build --release --features final --target x86_64-alpine-linux-musl --verbose' returned a non-zero code: 101
Running OpenEthereum:
Unable to find image 'eth1.0:openethereum' locally
docker: Error response from daemon: pull access denied for eth1.0, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Echoing OpenEthereum version:
Error: No such container: eth1.0-openethereum
Done.

@sorpaas sorpaas added A3-inprogress ⏳ Pull request is in progress. No review needed at this stage. M0-build 🏗 Building and build system. labels Aug 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A3-inprogress ⏳ Pull request is in progress. No review needed at this stage. M0-build 🏗 Building and build system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants