Finally publishing to my cluster using Gitea Actions
All the Steps I took to get my Gitea server ready for Gitea Actions
Use gcr.io/distroless and self-built Envoys to have more control and to reduce dependencies, vulnerabilites, and image size.
Reduce dependencies, vulnerabilites, and image size.
Master Docker mount types: volumes, bind mounts, tmpfs, and build cache. Clear syntax comparison between -v and --mount options with docker-compose.
Docker is very good and very powerful and absolutely not what I need in my life right now.
This is a quick cheatsheet for the most commonly used Docker Commands.
Implement rate limiting at the infrastructure layer with Nginx reverse proxy. Protect Go services from DDoS with leaky bucket algorithm.
Set up VSCode debugger for containerized Python applications using debugpy. Step-by-step guide with Docker Compose and launch configurations.
Connect Jupyter Notebook to Dockerized Django apps using ipykernel and django-extensions for interactive debugging and data exploration.
A comprehensive guide to working with Docker in Rubymine, with troubleshooting for common problems.
This is a quick cheatsheet for the most commonly used Docker Commands.