Containers make everything faster but only if you know your Docker commands. Here are a few you should keep in your toolkit: ✅ docker exec -it sh ✅ docker build -t myapp . ✅ docker run –rm myapp ✅ docker logs -f ✅ docker compose up What other commands should be on this list? Drop them below. #DevOps #Docker #CloudNative
Binay Rawat’s Post
More Relevant Posts
-
Docker is more than just a buzzword—it's a game-changer for modern infrastructure. It allows you to package applications and their dependencies into lightweight, portable containers that run consistently across environments—from your laptop to production. #Docker #DevOps #CloudComputing #HappyLearning
To view or add a comment, sign in
-
Integrating GitHub’s container repository with Kubernetes sounds straightforward, until you try to pull from a private repo. In our latest 'Technically Speaking' episode, our teammate Andreas walks through how to connect these two systems so you can securely deploy your private container images to Kubernetes without the headaches. Watch the walkthrough and simplify your next deployment: https://lnkd.in/gcn5dZTN #Kubernetes #DevOps #GitHubActions
To view or add a comment, sign in
-
Understanding how to deploy, scale and update a static website using Docker and Kubernetes. Concepts to learn : 1. Docker Image 2. Pod 3. Replica Set 4. Deployment 5. Service 6. Rolling update 7. Rollback https://lnkd.in/gSQGX_BQ #Kubernetes #Docker #Devops
To view or add a comment, sign in
-
What is POD in k8s ? Answer:- Pod is smallest Deployable unit in k8s . Explaination :- Smallest deployable unit Kubernetes doesn’t run containers directly — it runs Pods. #kubernetes #devops
To view or add a comment, sign in
-
Want full control over your containers? Our guide walks you through building custom Docker images on your Webdock server - from base image to production-ready: • Start with a reliable base image and tidy up what you don’t need • Add your dependencies, config files and environment variables via a Dockerfile • Tag the image correctly, push it into your registry (or keep it local) • Run containers based on your image: same setup every time, no surprises 🔗 Full walkthrough: https://lnkd.in/e4h9fWer #Webdock #Docker #DevOps #Sysadmins #CloudHosting #NoFluff
To view or add a comment, sign in
-
-
Whether you’re new to containers or refining workflows, this step‑by‑step guide covers: • basic docker run syntax and options • naming containers and running detached • port mapping, volume mounts and cleanup (--rm) Start using containers more effectively today. Read the full guide: https://lnkd.in/dfFd5M9A #Docker #Containers #Hosting #DevOps #VSYS
To view or add a comment, sign in
-
-
🚀 Let’s talk about Pods in Kubernetes! In Kubernetes, the lowest level of deployment is the Pod. We can’t directly create containers in K8s — because enterprise-grade environments need declarative configurations, not imperative ones. All the Docker commands we use are written as YAML manifests in Kubernetes. When you deploy a Pod, K8s may even create a second helper container inside it (called a sidecar) to manage configuration or logs. Once a Pod is created, it gets a Cluster IP, not the individual containers. That’s how you access it — via the Pod’s Cluster IP, not by container IPs. Here are some commonly used commands 👇 kubectl get nodes # Get information about all nodes (control plane & worker nodes) kubectl get pods # List all pods in the default namespace kubectl get pods -o wide # Get pods with additional info like IP address kubectl describe pod <pod-name> # Detailed info about a specific pod kubectl logs <pod-name> # View logs for troubleshooting errors If something goes wrong, kubectl logs is your best friend! 💪 I’m still learning and open to mistakes 🙈 Would love your feedback or corrections in the comments 👇 #Kubernetes #DevOps #CloudNative #Containers #K8s #Docker #LearningInPublic #DevOpsCommunity #OpenToFeedback
To view or add a comment, sign in
-
-
Today I explored some powerful Docker fundamentals that make containerized development seamless and scalable: 🐳 Docker Images – blueprints for containers 🧱 Docker Compose – managing multi-container apps with a single file 🗂️ Docker Registry & Docker Hub – pushing and pulling images easily 📦 Learned to push and pull Docker images to my own Docker repo Every day, Docker is making more sense — from isolation to deployment! 💪 #Docker #DevOps #Containerization #LearningJourney #100DaysOfCode
To view or add a comment, sign in
-
Most developers don’t even know this #Docker feature exists. It's called Docker Context. If you ever switch between environments, clusters, or machines, this is the tool that will actually make your Docker workflow productive. I broke it down in a short video. No buzzwords, just how it works and why it matters. It will worth two minutes of your time.
To view or add a comment, sign in
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development