Jump to content

Edit U-Boot sources while building with Docker


rafalw

Recommended Posts

Hi all,

Is there any reasonable way to login into Docker container and edit u-boot sources without running ./compile.sh script every time when

container is created ? Is there any option to just create container and log into it ?

 

I created Docker container by running command:

./compile.sh docker BOARD=bananapi BRANCH=next KERNEL_ONLY=no KERNEL_CONFIGURE=no RELEASE=stretch 

armbian Docker image is created.
Now I want to edit some sources in u-boot directory but when I am running

docker run -it armbian bash

it immediately runs ./compile.sh script. I did check entrypoint definition in Dockerfile but still can't figure out how to actually login into container and edit sources.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines