2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
Cloud Native
選手 25 文章 561
Day 2
2023-09-16
397
0
Manually Deployment 分工清楚的公司通常由 Developer 負責產出程式碼,Infrastructure / DevOps 負責部署程式碼...
Day 11
2023-09-26
394
0
docker 系列
講完 python 的基本寫法,接著就要來講一下 Dockerfile 了。 首先先建立如下的架構。 test-project ├── app.py ├── D...
Day 25
2023-09-25
392
0
前情提要 昨天體驗使用 Gin 來撰寫第一支 Web Backend API 今天要來整合先前寫的 SQL 資料庫,透過呼叫 API,來與 SQL 資料庫進行互...
Day 9
2023-09-23
389
0
Wasm+containerd-shim-wasm+container containerd-shim-wasm 延續昨天的主題,我們來看看 container...
Day 22
2023-10-07
387
0
The wind and the waves are always on the side of the ablest navigator. Edmond G...
Day 10
2023-09-25
387
0
以下是一些常見的 Dockerfile 指令,用於定義 Docker 容器的構建和配置: FROM:指定用於構建容器的基礎映像。 MAINTAINER:指定映像...