Docker
-
LXC:安裝 Docker 並執行 Docker 應用
建立好需要規格的 LXC後(需勾取無特權模式) 進入 option 內開啟功能 開啟後進入 LXC : apt install docker.io docker-compose wget curl git 安裝 GUI 管理面……
russel053 2020-04-28
0 0 -
Docker:WatchTower 全自動無人職守升級 docker
自動化 Docker 容器基礎映像更新自動化應用: docker run -d --restart=always \ --name watchtower \ -v /var/run/docker.sock:/var/run/docker.sock \ con……
russel053 2020-04-20
0 0 -
Docker:K3s 叢集搭建
更新系統: apt update 安裝 K3s master 服務: curl -sfL https://get.k3s.io | sh - 檢查叢集: kubectl get pods kubectl get no -o wide 取得 Master TOKEN:……
russel053 2020-04-04
0 0 -
Docker:prometheus/exporter/Grafana/Other Docker pull
載入Docker: docker pull prom/alertmanager:latest docker pull prom/collectd-exporter:latest docker pull prom/container-exporter:latest docker pull……
russel053 2018-07-09
0 0 -
Install portainer(docker-ce) and Create Cluster on PVE
安裝Docker-CE apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common pve-headers curl -fsSL https://downloa……
russel053 2018-07-09
0 0