-
Notifications
You must be signed in to change notification settings - Fork 1
state overview
anandkumarpatel edited this page Jan 19, 2015
·
2 revisions
boxes:
INIT
Build files
env's
meta: name
BUILDING
find dock
docker build
logs
BUILT
image created
CREATING
find dock
docker create
allocate network
CREATED
container created
RUNNING
docker start
network setup
hipache route setup
dns setup
container files
terminal
logs
STOPPING
docker stop
tear down network
remove dns
remove hipache entry
STOPPED
container stopped
DELETING
docker rm
DELETED
no longer exists
flows
INIT
build => BUILDING
BUILDING
=> BUILT
BUILT
create => CREATING
CREATING
=> CREATED
CREATED
start => RUNNING
RUNNING
stop => STOPPING
STOPPING
delete => DELETING
start => RUNNING
DELETEING
=> DELETED
images:
init
building
pushing
pulling
built
containers:
created
starting
running
stopping
stopped
restarting