Category: docker
-
Setting environment variables for postgres running in docker
When running PostgreSQL in Docker, setting environment variables correctly is crucial, especially for sensitive data like API keys. After extensive testing, here’s the solution that worked for us:…
-
Simple Guide to Drone CI with Docker Compose: A Real-World Example
Here’s a streamlined guide based on our working implementation: Key Features Explained Usage This simplified approach gives you a robust deployment pipeline without unnecessary complexity. It’s production-tested and handles the essential needs of a Docker Compose-based deployment.
-
Getting Plex Up and Running with a Windows Share on Ubuntu
Okay, so my Portainer container was up… First port of call, get Plex up! My Plex media is actually stored on a Windows share. Here’s how I got…
-
Why is my vm with docker running out of space?
I recently ran into a frustrating “No space left on device” error on my VM. The culprit? Unused Docker images, containers, and volumes. Here’s a quick solution to…
-
If you are running docker for windows, and your running out of space. Try looking at {{your user folder}}\AppData\Local\Docker\log\host
I was having a big issue with my drive filling up. Turns out docker was pumping logs out. Ill keep an eye on things to see if this…
-
Why docker wont start. Adding a User to the Docker Users Group: A Step-by-Step Guide
As a Docker user on Windows, you may have encountered an issue where you start it and nothing happens. This is because Docker requires the user to be…
-
[Solved] how to reset the TOTP secret when locked out of Guacamole
For reference, im using the abesnier/guacamole image.
-
HELP! Hosting .netcore https site inside docker container.
Im currently running a dev container for my .net core project. After following the directions found here: I can get my site working, so for if example I…