Docker

安裝

Debian

Docker on i386

Building Docker from source on the Raspberry Pi | Byte Outa Life

指令

持久資料保存

Detach

Attach

保存 docker 變動

檢視 docker 行程

結束 docker 行程

刪除 docker container

刪除所有 docker container

檢視 docker image

刪除 docker image

備份

還原

指令 - 小進階

# docker inspect CONTAINER|IMAGE [CONTAINER|IMAGE...]

# docker inspect --format=’{{.NetworkSettings.IPAddress}}’ $INSTANCE_ID

# sudo docker commit -run=’{"Cmd": ["cat", "/world"], "PortSpecs": ["22"]}’

Dockerfile

$ vi Dockerfile

# docker build -t myimage .

Dockerfile tutorial

官方 build server

auto build Docker images from Github

個人 dockerfile

Carl

tsaikd

啓動設定

預設 docker 路徑

延伸連結

progrium/dokku - Docker powered mini-Heroku in around 100 lines of Bash

Flynn - The product that ops provides to developers

Continuous Integration · drone.io

CD - Strider Brilliant Continuous Deployment

coreos/etcd - A highly-available key value store for shared configuration and service discovery

coreos/fleet - A Distributed init System

Slimming down Docker containers | Intercity Blog

Docker Registry or How to Run your own Private Docker Image Repository | codecentric Blogcodecentric Blog

Link via an Ambassador Container - Docker Documentation

Resin.io  Presentation Slides from LNUG - Resin.io allows you to ’git push’ to  your hardware devices. We cross-compile your code in the cloud, turn it  to a Docker container, and ship it!