Skip to content

Instantly share code, notes, and snippets.

View suchja's full-sized avatar
🎓
Ich lerne und übe gerade

Jan Suchotzki suchja

🎓
Ich lerne und übe gerade
View GitHub Profile
@alexlarsson
alexlarsson / gist:c8e3277d2678c1061319
Last active June 2, 2020 00:41
Private files in docker container

Private files in docker container

It is sometimes necessary to have files in a container that shouldn't ever end up in an image. These files are generally some form of private key or password that aren't allowed to be distributed. This document details a few usecases for such files and their requirements.

Use Cases

Private keys for packages