I spent several hours on learning how to setup the Bitnami/openldap docker image to work for my needs. I am not well versed in LDAP, nor am I proficient in SSL. What follows is hopefully a recount of my issue and then how I solved the problem Setting up a Docker Compose file was fairly
Have you ever wanted to test out Jupyter Lab Notebooks in a multi-user environment, but didn’t want to setup a full server stack just to see if this is the right tool for your Lab? Thanks to sandboxed virtual containers like Docker, this can be an easy setup for an internal deployment. However, it is
I enjoy building websites with WordPress as it is very quick and easy to install and modify. In order to make my development work easier, I prefer to utilize Docker containers as an even quicker and easier way to spool up a WordPress site locally and then deploy to an external hosting service when completed.
I am relatively new to using Docker, and I wanted to share and also make note of some useful information for myself on how to setup a few containers to allow my server to host multiple website containers. I know there may be better and more efficient ways to create the end result, one of