Tag Archives: Docker

Docker Secrets without Swarm on a Mac

Say you want to use credentials to communicate to a protected API from a Docker container on your local machine. You don’t want to put them into your code, of course. On Kubernetes and Docker we have secrets. But we … Continue reading

Posted in Uncategorized | Tagged , , , , | Comments Off on Docker Secrets without Swarm on a Mac

Enter Docker VM on MacOS Catalina (SSH, xhyve)

EDIT 2022: The best way to enter the Docker VM as of 2022 is to use: Deprecated: As you might know, Docker containers need a Linux kernel in order to run (for Linux containers that is). So how does this … Continue reading

Posted in Development, DevOps, Operating systems | Tagged , , , | Comments Off on Enter Docker VM on MacOS Catalina (SSH, xhyve)