Accessing Private Git Repositories from Docker Containers
We keep the source code of our applications and libraries in private repositories. Quite a few SoM and terminal makers do the same with their Yocto layers and their additional software. We typically use a Docker container to build the whole embedded Linux system with Yocto. Hence, we must be able to clone and update private repositories from the container.
Read More »Accessing Private Git Repositories from Docker Containers