- May 23, 2013
-
-
Will Dietz authored
Fall back to image-specified hostname if user doesn't provide one, instead of only using image-specified hostname if the user *does* try to set one. (ditto for username) Closes #694.
-
- May 19, 2013
-
-
Guillaume J. Charmes authored
-
- May 15, 2013
-
-
Guillaume J. Charmes authored
-
- May 14, 2013
-
-
Guillaume J. Charmes authored
-
- May 07, 2013
-
-
Jérôme Petazzoni authored
-
Cristian Staretu authored
-
Joffrey F authored
-
- May 06, 2013
-
-
Guillaume J. Charmes authored
-
Guillaume J. Charmes authored
-
Victor Vieux authored
-
Victor Vieux authored
-
Joffrey F authored
-
Joffrey F authored
Fixed checksum computing. Ensure checksum is computed when image metadata is loaded from disk. Fixed docker push workflow. Moved hash computing to utils
-
- May 03, 2013
-
-
Harley Laue authored
-
- May 02, 2013
-
-
Harley Laue authored
* This fixes an index out of range crash if cgroup memory is not enabled.
-
- Apr 30, 2013
-
-
Al Tobey authored
Specifically, Ubuntu Precise's cgroup-lite script uses mount -n to mount the cgroup filesystems so they don't appear in mtab, so detection always fails unless the admin updates mtab with /proc/mounts. /proc/mounts is valid on just about every Linux machine in existence and as a bonus is much easier to parse. I also removed the regex in favor of a more accurate parser that should also support monolitic cgroup mounts (e.g. mount -t cgroup none /cgroup).
-
- Apr 29, 2013
-
-
Victor Vieux authored
-
- Apr 23, 2013
-
-
Tianon Gravi authored
On Gentoo, the memory cgroup is mounted at /sys/fs/cgroup/memory, but the mount line looks like the following: memory on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) (note that the first word on the line is "memory", not "cgroup", but the other essentials are there, namely the type of cgroup and the memory mount option)
-
- Apr 22, 2013
-
-
Thatcher Peskens authored
-
Guillaume J. Charmes authored
-
Guillaume J. Charmes authored
-
- Apr 21, 2013
-
-
Guillaume J. Charmes authored
-
Tianon Gravi authored
Update utils.go to not enforce extra constraints on the kernel "flavor" (such as being integral or even comparable one to another) This is especially to fix the current docker on kernels such as gentoo-sources, where the "flavor" is the string "gentoo", and that obviously fails to be converted to an integer.
-
Solomon Hykes authored
-
- Apr 18, 2013
-
-
Guillaume J. Charmes authored
-
Guillaume J. Charmes authored
-
- Apr 09, 2013
-
-
Guillaume J. Charmes authored
-
Guillaume J. Charmes authored
-
Guillaume J. Charmes authored
-
- Apr 03, 2013
-
-
Dominik Honnef authored
Not only is this a more common idiom, it'll make finding bugs easier, and it'll make porting to Go 1.1 easier. Go 1.1 will not require the final return or panic because it has a notion of terminating statements.
-
- Apr 02, 2013
-
-
Solomon Hykes authored
-
Robert Obryk authored
-
- Mar 31, 2013
-
-
Solomon Hykes authored
Show shorthand image IDs for convenience. Shorthand IDs (or any non-conflicting prefix) can be used to lookup images
-
Solomon Hykes authored
Show shorthand container IDs for convenience. Shorthand IDs (or any non-conflicting prefix) can be used to lookup containers
-
- Mar 30, 2013
-
-
Guillaume J. Charmes authored
-
Robert Obryk authored
-
Robert Obryk authored
-
- Mar 29, 2013
-
-
Guillaume J. Charmes authored
-
Robert Obryk authored
The race condition cen be detected by running existing bufReader tests with Go's race detector.
-
- Mar 28, 2013
-
-
Jonathan Rudenberg authored
-