Docker Volume and Storage Notes
Docker Volumes Docker volumes are used as persistent storage for containers to allow data to be stored even if those containers are stopped or deleted. This type of storage is separate from bind m...
Docker Volumes Docker volumes are used as persistent storage for containers to allow data to be stored even if those containers are stopped or deleted. This type of storage is separate from bind m...
Background I was setting up Docker containers in WSL2 and wanted to access a self-hosted web service from my local network but was unable to connect to it. After speaking with my mentor, he showed ...
Background on Makefiles Recently, I’ve learned about Makefiles (Thanks again to Slava). Make is a command line tool, typically used for compiling and maintaining code for software in languages lik...
Hello, I will be setting up a basic nginx web server on Windows as practice for learning some concepts about web servers and networking. Feel free to follow along. 1. Downloading Nginx on Windows ...
Recently, I tried learning Kubernetes. In a previous post, I took notes on concepts I should have been familiar with before starting Kubernetes up. I thought I had enough awareness of topics like n...
I scheduled an appointment with my career counselor earlier. She gave me some good resources and advice on whether or not I should minor in Sociology. I’ve been thinking about minoring in it since ...
First blog post! Thank you to my mentor Slava for encouraging me to start this blog and start learning Kubernetes. I’ll be using this post to take notes of what I learn. This video by Travis Media ...