March 30, 2013
View 0f7a453

Do not log non-running containers

Guillaume J. Charmes authored on 2013/03/30 00:46:06
March 29, 2013
View a6da7f1

Camelize some snake_case variable names

Jonathan Rudenberg authored on 2013/03/29 09:12:23
March 27, 2013
View 54fa59c

Set the container's hostname to the truncated ID

Solomon Hykes authored on 2013/03/27 05:14:44
March 24, 2013
View 0d46ddf

'docker commit -m': optional commit message

Solomon Hykes authored on 2013/03/24 11:16:42
View 6ce64e8

Moved image name into config. runtime.Create() now receives a single Config parameter

Solomon Hykes authored on 2013/03/24 04:39:09
View 031f91d

runtime.Create receives an image name + Config. The Config includes all required runtime information: command, environment, ports etc.

Solomon Hykes authored on 2013/03/24 04:16:58
March 23, 2013
View 6e507b9

Add a Debugf() helper and a -D (debug) flag to docker

Guillaume J. Charmes authored on 2013/03/23 03:44:12
View bf7602b

'docker tag': assign a repository+tag to an image

Solomon Hykes authored on 2013/03/23 10:27:18
View 640026e

Looking up a tag by repository name will default to REPOSITORY:latest. The empty tag '' is no longer allowed.

Solomon Hykes authored on 2013/03/23 08:07:13
March 22, 2013
View c72ff31

Integrate Auth in runtime and make the config file relative to runtime root

creack authored on 2013/03/22 18:19:39
View 05ae69a

'docker commit' records parent container id and command, in addition to parent image

Solomon Hykes authored on 2013/03/22 13:13:27
View 8396798

'docker commit' can optionally tag the new image into a repository

Solomon Hykes authored on 2013/03/22 12:07:37
View 379d449

'docker run' can reference an image by REPOSITORY:TAG

Solomon Hykes authored on 2013/03/22 11:01:55
View ef71196

Folded graph/ back into main package

Solomon Hykes authored on 2013/03/22 09:47:23
View 44faa07

First integration of runtime with repositories & tags

Solomon Hykes authored on 2013/03/22 09:35:49