Docker
Docker is an open-source platform that automates the deployment of applications inside software containers. It allows you to package an application with all of its dependencies into a standardized unit for software development. Containers are lightweight, standalone, and executable packages that include everything needed to run an application: code, runtime, system tools, system libraries, and settings.
-
Build and Push Docker Image with GitHub Actions
376 words published on February 14, 2025
-
Docker Fix UID Change
75 words published on February 10, 2025
-
Automated Cleanup Docker Images
224 words published on January 31, 2025