GeistHaus
log in · sign up

docker Docker official image overview

hub.docker.com

Docker in Docker! (commonly known as "dind")

9 pages link to this URL
Mount NFS inside LXC containers

NFS is a great protocol for sharing files quickly and simply over the network. Whilst it's not designed for end user use, it's great for mounting directories from remote machines, and having them be performant. NFS' lack of authentication is in a way a feature, honest. Not only does it remove the additional application and protocol overheads and complexities, but it also forces you to think properly. Either firewall it off, or run it over…

0 inbound links article en
GitLab CI tips for building custom workflows

This time I’d like to touch on a few more advanced topics related to GitLab CI. The common theme here is implementing custom features within your pipeline. Again, most of the tips are specific to GitLab, but some could be easily applied in other CI systems as well. Running integration tests Checking your code with unit tests is usually easy to plug into any CI system.

0 inbound links article en