rafalw Posted October 4, 2018 Posted October 4, 2018 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.
Recommended Posts