Category: docker
-
Remember to replace .env with stack.env if you are using docker-compose in portainer! A Quick Guide
Deploying stacks in Portainer can sometimes lead to unexpected hurdles, particularly when it comes to environment configuration files like .env. In this brief guide, I’ll share insights into…
-

Guacamole Behind Nginx Proxy Manager
Anyone who has used nginx may agree that nginx proxy manager just adds a nice ui and makes things like refreshing configs easier. I wanted to migrate to…
-

Volumes vs Copying in docker containers – a note
I was wondering why a container would not build unless I included a copy command first. I mean – I had a volume set up! That should give…
-

Setting Up GPU Docker Support: Understanding NVIDIA-SMI Output
When setting up GPU support for Docker, itβs crucial to ensure that your host system is compatible. One of the tools that can help you with this is…
-

Using docker-compose.yml and Dockerfile with devcontainer.json and vscode dev containers π³π»
This took me a little bit of fiddling around, and I wanted to share it with you π
-

π³π§ How to Fix File Permissions in Dockerized WordPress from Inside the Container
If you’re running a Dockerized WordPress environment and you’re having trouble with file permissions, you may need to reset the file permissions for the WordPress installation directory and…
-
Automating SSL Certificate Renewal with Certbot and Nginx
SSL (Secure Sockets Layer) certificates are a crucial component of web security, encrypting data transmission between clients and servers. However, SSL certificates have an expiration date, after which…
-

How to Set Up Guacamole Behind Nginx for Secure Remote Access π₯π
Are you looking for a secure and efficient way to access your remote desktop or server? Guacamole is an open-source remote desktop gateway that provides easy access to…
-

Freeing up space on your system using the docker image prune command.
π Hey there! I recently discovered something pretty exciting that I wanted to share with you all. As a developer who frequently works with Docker, I often find…
-

Updating Plex in a docker container.
There seems to be many conflicting solutions on how to do this, provided you have a running plex docker container, and you used docker-compose to bring it online,…