COMMITS
/ runconfig/hostconfig.go January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
December 18, 2015
D
Move Config and HostConfig from runconfig to types/container.
David Calavera committed
D
Replace usage of pkg/nat with go-connections/nat.
David Calavera committed
D
Move blkiodev package to types.
David Calavera committed
December 17, 2015
D
Move StrSlice to types.
David Calavera committed
December 22, 2015
Q
Move OomKillDisable to resource
Qiang Huang committed
July 8, 2015
M
Add support for blkio read/write iops device
Ma Shimiao committed
M
Add support for blkio read/write bps device
Ma Shimiao committed
December 2, 2015
A
Merge pull request #16277 from runcom/add-oom-score-adj
Arnaud Porterie committed
December 1, 2015
D
This patch adds --tmpfs as a option for mounting tmpfs on directories
Dan Walsh committed
November 26, 2015
A
fix shm size handling
Antonio Murdaca committed
October 13, 2015
A
Add OomScoreAdj to configure container oom killer preferences
Antonio Murdaca committed
November 18, 2015
A
runconfig: split resources into a struct
Antonio Murdaca committed
September 9, 2015
N
Addition of "--shm-size" to which size of /dev/shm is changed.
NIWA Hideyuki committed
June 12, 2015
M
Add support for blkio.weight_device
Ma Shimiao committed
November 9, 2015
J
Tidy hostconfig struct
John Howard committed
D
Revert "Tidy config/hostconfig structures"
David Calavera committed
November 1, 2015
J
Tidy config/hostconfig structures
John Howard committed
November 4, 2015
D
Remove LXC support.
David Calavera committed
October 5, 2015
J
Windows: Refactor execdriver.Command
John Howard committed
September 19, 2015
J
Windows: Adds support for Hyper-V Containers
John Howard committed
October 6, 2015
A
bump libcontainer to 902c012e85cdae6bb68d8c7a0df69a42f818ce96
Antonio Murdaca committed
September 23, 2015
Q
Add support for memory reservation
qhuang committed
August 31, 2015
T
Add support for DNS options
Tim Hockin committed
August 24, 2015
D
Move VolumeDriver to HostConfig to make containers portable.
David Calavera committed
B
Merge pull request #15348 from tonistiigi/11008-always-unless-stopped-restart-policy
Brian Goff committed
September 1, 2015
A
Use StrSlice from pkg/stringutils
Antonio Murdaca committed
August 19, 2015
Q
Add support for kernel memory limit
Qiang Huang committed
August 5, 2015
T
Add unless-stopped restart policy
Tonis Tiigi committed
July 9, 2015
J
Move netmode validation to server
John Howard committed
July 29, 2015
D
Add MemorySwappiness comment back.
David Calavera committed
D
Use *int64 for MemorySwappiness.
David Calavera committed
July 25, 2015
V
Lint fixes on runconfig
Vincent Demeester committed
June 17, 2015
M
Adds support for specifying additional groups.
Mrunal Patel committed
July 12, 2015
R
Add the memory swappiness tuning option to docker.
Raghavendra K T committed
May 27, 2015
J
Windows: Exec driver
John Howard committed
July 1, 2015
A
Fix regression in parsing capabilities list when a single string is given
Antonio Murdaca committed
June 30, 2015
P
Move /nat to /pkg/nat
Peter Waller committed
June 23, 2015
J
Windows: Refactor network modes
John Howard committed
June 19, 2015
D
Merge pull request #14023 from mavenugo/net_ui
David Calavera committed
May 20, 2015
M
register libnetwork API and UI with docker parent chain
Madhu Venugopal committed
May 14, 2015
S
Decoder does not work properly with nested pointers using gcc
Srini Brahmaroutu committed
May 6, 2015
J
Docker integration with libnetwork
Jana Radhakrishnan committed
May 16, 2015
A
Add RestartPolicy methods instead of using strings checking
Antonio Murdaca committed
May 5, 2015
D
Add --uts=host to allow sharing the UTS namespace
Darren Shepherd committed
L
Add support --net=container with --mac-address,--add-host error out
Lei Jitang committed
April 8, 2015
M
add cpu.cfs_period_us support
Ma Shimiao committed
May 8, 2015
J
Merge pull request #11516 from coolljt0725/add_show_error_set_some_flag_in_container_netmode
Jessie Frazelle committed
May 7, 2015
Q
add blkio.weight support
Qiang Huang committed
February 26, 2015
H
Feature: option for disable OOM killer
HuKeping committed