目前分類:Docker (6)

瀏覽方式: 標題列表 簡短摘要

How to use supervisord to start multipal service

Dockerfile

你不懂的宅 發表在 痞客邦 留言(0) 人氣()

Volume can use  local directoy to mount insid container,it can make you easy to maintain your container

build a volume container

你不懂的宅 發表在 痞客邦 留言(0) 人氣()

Docker registry kind of like a Git Hub,you can pull and push  your own images to Docker Registry,

also you can build the own registry.

你不懂的宅 發表在 痞客邦 留言(0) 人氣()

Export the container snapshot

#docker export 85b65a83b09c >example.tar

你不懂的宅 發表在 痞客邦 留言(0) 人氣()

Save & Load the image 

To save the image you can use save command 

你不懂的宅 發表在 痞客邦 留言(0) 人氣()

Docker is a Docker Engine 

Base on the image and build container on image,it can build thosan of container 

你不懂的宅 發表在 痞客邦 留言(0) 人氣()