Manually Deployment
分工清楚的公司通常由 Developer 負責產出程式碼,Infrastructure / DevOps 負責部署程式碼...
講完 python 的基本寫法,接著就要來講一下 Dockerfile 了。
首先先建立如下的架構。
test-project
├── app.py
├── D...
前情提要
昨天體驗使用 Gin 來撰寫第一支 Web Backend API
今天要來整合先前寫的 SQL 資料庫,透過呼叫 API,來與 SQL 資料庫進行互...
Wasm+containerd-shim-wasm+container
containerd-shim-wasm
延續昨天的主題,我們來看看 container...
The wind and the waves are always on the side of the ablest navigator. Edmond G...
以下是一些常見的 Dockerfile 指令,用於定義 Docker 容器的構建和配置:
FROM:指定用於構建容器的基礎映像。
MAINTAINER:指定映像...