Erhan ÜRGÜNerho.dev·Dec 19, 2024Docker İmajları'nın Güvenilirliği Nasıl Kontrol Edilir?Bir an için kendinize sorun: Kendi bilgisayarınızda veya sunucunuzda çalışan Docker tabanlı uygulamalar ne kadar güvenli? Sisteminizin herhangi bir zafiyet nedeniyle tehdit altında olabileceğini düşünmek bile tedirgin edici değil mi? Docker tabanlı p...29 readsOtherDocker
Sinaptiasinaptia.hashnode.dev·Dec 18, 2024Docker in development: Episode 2The last episode was about motivation and the benefits of using docker for development. In this episode, we’ll dockerize a Ruby on Rails app. Before we start: You must be familiar with docker (as mentioned in the last episode) and docker-compose. W...Ruby on Rails
Ankit Rajenhance-docker-security-with-dockle.hashnode.dev·Dec 18, 2024🛠️ Enhance Docker Security with Dockle 🚀In the fast-paced world of containerization, ensuring that your Docker images are secure and adhere to best practices is crucial. Enter Dockle—a powerful, user-friendly container image linter that helps you build robust, secure, and efficient Docker ...dockle
vikas bhaskar vooradidevjourney.co.in·Dec 18, 2024Running Jenkins on Docker for WindowsA Step-by-Step Guide to Running Jenkins in Docker on Windows Running Jenkins using Docker on Windows simplifies its installation and ensures a clean, isolated environment. Here's how I achieved this setup Prerequisites Docker for Desktop: Make sure D...Devops
Kushal Agrawalkushal9897.hashnode.dev·Dec 18, 2024Best Practices for Writing Dockerfiles: Tips and TricksDockerfiles are like recipes that tell Docker how to build your application. Just as a well-crafted recipe leads to a delicious dish, a well-written Dockerfile ensures a reliable, efficient, and secure container image. Let’s explore the best practice...1 likeDocker
Vanshika Sharmavanshikasharmaa.hashnode.dev·Dec 16, 2024Docker for DevOps EngineersDocker: Docker is a platform for developing, shipping, and running applications in lightweight, portable containers. Containers bundle an application and all its dependencies, ensuring it runs consistently across different environments. Docker uses ...1 likeDocker
Rutvik Mangukiyarutvikmangukiya.hashnode.dev·Dec 14, 2024Docker Compose: Deploying a Web Application with Nginx & MySQL-Django Notes AppIntroduction Docker makes deploying applications simple and efficient by containerizing your application and its dependencies. In this guide, we will walk through building a Django-based notes application with MySQL as the database, orchestrated usi...DevOpsDocker
Prem Shindeshindeprem.hashnode.dev·Dec 12, 2024Jenkins + Docker Hub: Automate Build & Push EffortlesslySo far, we've explored various Docker concepts like how Docker works, Docker images, building images, Dockerfiles, Docker Hub, networks, volumes, layers, and caching. In this article, we'll take it a step further by automating the entire process. Ima...26 readscicd
Jayesh Nalawadejayeshdevops.hashnode.dev·Dec 10, 2024Docker ENV vs ARG Explained: Key Differences to KnowWhen working with Docker, two essential instructions, ENV and ARG, are often used to handle variables in your Dockerfile. While they may seem similar, they serve different purposes. Let’s dive into their differences, use cases, and best practices! O...1 likeDevops LearningDevops
Balraj Singhbalrajsingh.hashnode.dev·Dec 10, 2024Seamless Application Deployment to Kubernetes Using a Fully Automated CI/CD PipelineThis project involves setting up an automated CI/CD pipeline for Kubernetes to deploy a Register App using Jenkins, Ansible, Docker Hub, and Kubernetes. The automation ensures that any change in the GitHub repository triggers the pipeline, which then...Kubernetes