<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>DevOps on Dev Toolkit</title><link>https://wen.yunshangtool.cn/tags/devops/</link><description>Recent content in DevOps on Dev Toolkit</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 04 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://wen.yunshangtool.cn/tags/devops/index.xml" rel="self" type="application/rss+xml"/><item><title>Docker for Beginners: From Zero to Containerized App</title><link>https://wen.yunshangtool.cn/posts/docker-beginners-guide/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://wen.yunshangtool.cn/posts/docker-beginners-guide/</guid><description>Docker revolutionized how we build, ship, and run applications. If you are new to containers, this guide will get you started.
What is Docker? Docker packages your application and its dependencies into a lightweight container that runs consistently across any environment.
Key Concepts: Dockerfile (build instructions), Image (built artifact), Container (running instance), Docker Hub (image registry), Docker Compose (multi-container apps).
Getting Started: Create a simple Node.js app, write a Dockerfile, build the image with docker build -t myapp .</description></item></channel></rss>