📌 มาจ้า มาตรงนี้จ้า !! ชี้เป้าคอร์สฟรี โหดจัด สาย DevOps นี่พลาดไม่ได้ กับ "DevOps with Docker & Node.js" จาก freeCodeCamp
.
บอกเลยว่าคอร์สนี้ไม่ไก่กา เพราะจัดเต็มกว่า 5 ชั่วโมง (ยาวขนาดนี้จบไปทำได้แน่นอน !) แถมยังมากับหัวข้อที่จำเป็นมาก ๆ ไม่ว่าจะเป็น
.
👉 Part 1: Introduction บทนำจัด ๆ สำหรับผู้เริ่มต้น
Intro & demo express app
Custom Images with Dockerfile
Docker image layers & caching
Docker networking opening ports
Dockerignore file
Syncing source code with bind mounts
Anonymous Volumes hack
Read-Only Bind Mounts
Environment variables
loading environment variables from file
Deleting stale volumes
Docker Compose
Development vs Production configs
.
👉 Part 2: Working with multiple containers สำหรับคนอยากทำหลายคอนเทนเนอร์
Adding a Mongo Container
Communicating between containers
Express Config file
Container bootup order
Building a CRUD application
Sign up and Login
Authentication with sessions & Redis
Architecture Review
Nginx for Load balancing to multiple node containers
Express CORS
.
👉 Part 3: Moving to Prod บทนี้ได้ลงมือทำจริงเลยว่าต้องใช้อะไรบ้าง !
Installing docker on Ubuntu(Digital Ocean)
Setup Git
Environment Variables on Ubuntu
Deploying app to production server
Pushing changes the hard way
Rebuilding Containers
Dev to Prod workflow review
Improved Dockerhub workflow
Automating with watchtower
Why we need an orchestrator
Docker Swarm
Pushing changes to Swarm stack
.
✅ ครบกว่านี้ไม่มีอีกแล้วจ้าา แอดบอกเลย หากใครรอไม่ไหวแล้ว อดใจไม่อยู่ ตามแอดมาได้เลยคร้าบบ > https://www.youtube.com/watch?v=9zUHg7xjIqQ
.
borntoDev - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอทีในทุกวัน
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「dockerfile compose」的推薦目錄:
- 關於dockerfile compose 在 BorntoDev Facebook 的最讚貼文
- 關於dockerfile compose 在 軟體開發學習資訊分享 Facebook 的最讚貼文
- 關於dockerfile compose 在 コバにゃんチャンネル Youtube 的最讚貼文
- 關於dockerfile compose 在 大象中醫 Youtube 的最讚貼文
- 關於dockerfile compose 在 大象中醫 Youtube 的最讚貼文
- 關於dockerfile compose 在 docker/compose: Define and run multi-container ... - GitHub 的評價
- 關於dockerfile compose 在 使用docker-compose 替代docker run - 张志敏的技术专栏 的評價
- 關於dockerfile compose 在 Using Docker-Compose, how to execute multiple commands 的評價
- 關於dockerfile compose 在 Dockerfile Build Container | Docker Compose Up - YouTube 的評價
dockerfile compose 在 軟體開發學習資訊分享 Facebook 的最讚貼文
--課程已於 2017 年 9 月更新--
本課程涵蓋有關Docker的所有基礎知識,並教你使用Docker開發和部署現代應用程式所需的一切知識。
在本課程結束時,你將獲得有關 Docker 和一般 DevOps 技能的深入知識,幫助你的公司或是你自己的專案應用正確的Docker工作流程,並持續提供更好的軟體。
你將從本講座中學到什麼:
特別是,你會學到:
1. 使用微服務方法容器化基於Web的應用程式,並使用 Dockerfile 自動化。
2. 設計多容器應用程式並使用 Compose 自動化工作流程。
3. 使用 Docker Swarm 擴展 Docker 工作流程,在雲端中的多個主機之間協調和部署大型應用程式。
4. 在實際工作使用Docker的最佳實踐。
5. 有關Docker的深入知識和有自信幫助你的公司或是你自己的專案應用正確的 Docker 部署工作流程,並持續提供更好的軟體。
6. 無價的DevOps技能,如設置持續整合 pipelines。
>英文字幕:有
https://softnshare.wordpress.com/…/02/27/completedockercou…/
dockerfile compose 在 使用docker-compose 替代docker run - 张志敏的技术专栏 的推薦與評價
使用docker-compose 替代docker run. 使用docker run 运行镜像. 要运行一个docker 镜像, 通常都是使用 docker run 命令, 在运行的镜像的时候, 需要 ... ... <看更多>
dockerfile compose 在 docker/compose: Define and run multi-container ... - GitHub 的推薦與評價
Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to define how the ... ... <看更多>