Solomon Hykes
|
f13fe3e23b
|
Show shorthand container IDs for convenience. Shorthand IDs (or any non-conflicting prefix) can be used to lookup containers
|
2013-03-31 02:02:01 -07:00 |
Guillaume J. Charmes
|
e7df03cd90
|
Do not log non-running containers
|
2013-03-29 08:46:06 -07:00 |
Jonathan Rudenberg
|
6c0ec2f878
|
Camelize some snake_case variable names
|
2013-03-28 20:12:23 -04:00 |
Solomon Hykes
|
6298e3dd1e
|
Set the container's hostname to the truncated ID
|
2013-03-26 13:14:44 -07:00 |
Solomon Hykes
|
83f53ff736
|
'docker commit -m': optional commit message
|
2013-03-23 19:16:42 -07:00 |
Guillaume J. Charmes
|
b5587a31a8
|
Add a Debugf() helper and a -D (debug) flag to docker
|
2013-03-22 11:44:12 -07:00 |
Solomon Hykes
|
bc1b6a08ee
|
Moved image name into config. runtime.Create() now receives a single Config parameter
|
2013-03-23 12:39:09 -07:00 |
Solomon Hykes
|
a9752a83dc
|
runtime.Create receives an image name + Config. The Config includes all required runtime information: command, environment, ports etc.
|
2013-03-23 12:16:58 -07:00 |
Solomon Hykes
|
2414b01721
|
'docker tag': assign a repository+tag to an image
|
2013-03-22 18:27:18 -07:00 |
creack
|
1c00b63f75
|
Integrate Auth in runtime and make the config file relative to runtime root
|
2013-03-22 02:19:39 -07:00 |
Solomon Hykes
|
cf08596a3a
|
Looking up a tag by repository name will default to REPOSITORY:latest. The empty tag '' is no longer allowed.
|
2013-03-22 16:07:13 -07:00 |
Solomon Hykes
|
74c41cef9d
|
'docker commit' records parent container id and command, in addition to parent image
|
2013-03-21 21:13:27 -07:00 |
Solomon Hykes
|
b5a5bd58d3
|
'docker commit' can optionally tag the new image into a repository
|
2013-03-21 20:07:37 -07:00 |
Solomon Hykes
|
b22536ac5e
|
'docker run' can reference an image by REPOSITORY:TAG
|
2013-03-21 19:01:55 -07:00 |
Solomon Hykes
|
8eb90b9af5
|
Folded graph/ back into main package
|
2013-03-21 17:47:23 -07:00 |
Solomon Hykes
|
74e3d8a8f1
|
First integration of runtime with repositories & tags
|
2013-03-21 17:35:49 -07:00 |
Solomon Hykes
|
17e32c7fec
|
No need for a Container.networkManager field: it can be accessed via Container.runtime
|
2013-03-21 01:43:03 -07:00 |
Solomon Hykes
|
bbd2c5071e
|
Renamed docker*.go to runtime*.go
|
2013-03-21 01:24:54 -07:00 |