index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
dockerd
/
config_unix.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon: remove handling for deprecated "oom-score-adjust", and produce error
Sebastiaan van Stijn
2023-05-06
1
-0
/
+1
*
Merge pull request #45315 from thaJeztah/deprecate_oom_score_adjust
Sebastiaan van Stijn
2023-04-14
1
-1
/
+2
|
\
|
*
daemon: deprecate --oom-score-adjust for the daemon
Sebastiaan van Stijn
2023-04-13
1
-1
/
+2
*
|
daemon: touch-up flag description for --seccomp-profile
Sebastiaan van Stijn
2023-04-13
1
-1
/
+1
|
/
*
rootless: move ./rootless to ./pkg/rootless
Jan Garcia
2023-01-09
1
-1
/
+1
*
daemon/config: New(): initialize config with platform-specific defaults
Sebastiaan van Stijn
2022-08-17
1
-63
/
+6
*
daemon/config: New(): set more defaults
Sebastiaan van Stijn
2022-06-29
1
-1
/
+0
*
cmd/dockerd: use flags.IPVar() instead of custom type
Sebastiaan van Stijn
2022-04-27
1
-3
/
+4
*
cmd/dockerd: remove config_common_unix.go
Sebastiaan van Stijn
2022-04-27
1
-0
/
+33
*
cmd/dockerd: combine installUnixConfigFlags with installConfigFlags
Sebastiaan van Stijn
2022-04-27
1
-3
/
+11
*
cmd/dockerd: move storage-driver flag to unix-only file
Sebastiaan van Stijn
2022-04-27
1
-0
/
+1
*
cmd/dockerd: don't call registry.SetCertsDir() twice
Sebastiaan van Stijn
2022-04-25
1
-5
/
+0
*
cmd/dockerd: update --ip6tables description to include "experimental"
Sebastiaan van Stijn
2022-04-04
1
-1
/
+1
*
registry: remove dependency on rootlesskit, add `SetCertsDir()`
Sebastiaan van Stijn
2022-03-25
1
-0
/
+19
*
daemon: move check for CPU-realtime daemon options
Sebastiaan van Stijn
2022-03-03
1
-2
/
+2
*
Merge pull request #40084 from thaJeztah/hostconfig_const_cleanup
Akihiro Suda
2021-08-28
1
-5
/
+5
|
\
|
*
api/types: hostconfig: create enum for CgroupnsMode
Sebastiaan van Stijn
2021-08-06
1
-4
/
+4
|
*
api/types: hostconfig: define consts for IpcMode
Sebastiaan van Stijn
2021-08-06
1
-1
/
+1
*
|
Update to Go 1.17.0, and gofmt with Go 1.17
Sebastiaan van Stijn
2021-08-24
1
-0
/
+1
*
|
Fix daemon.json and daemon --seccomp-profile not accepting "unconfined"
Sebastiaan van Stijn
2021-08-07
1
-1
/
+1
|
/
*
Merge pull request #41622 from bboehmke/ipv6_nat
Sebastiaan van Stijn
2020-12-07
1
-0
/
+1
|
\
|
*
Added ip6tables config option
Benjamin Böhmke
2020-11-05
1
-0
/
+1
*
|
use containerd/cgroups to detect cgroups v2
Sebastiaan van Stijn
2020-11-09
1
-2
/
+2
|
/
*
dockerd: remove default -500 oom-score-adjust
Sebastiaan van Stijn
2020-10-16
1
-1
/
+1
*
cmd/dockerd: remove outdated "experimental" annotation
Akihiro Suda
2020-04-29
1
-1
/
+1
*
cgroup2: enable cgroup namespace by default
Akihiro Suda
2020-01-01
1
-1
/
+6
*
goimports: fix imports
Sebastiaan van Stijn
2019-09-18
1
-1
/
+1
*
Improve description for cpu-rt-period,runtime daemon flags
Sebastiaan van Stijn
2019-06-21
1
-2
/
+2
*
Make cgroup namespaces configurable
Rob Gulewich
2019-05-07
1
-0
/
+1
*
dockerd: fix rootless detection (alternative to #39024)
Akihiro Suda
2019-04-25
1
-3
/
+16
*
allow running `dockerd` in an unprivileged user namespace (rootless mode)
Akihiro Suda
2019-02-04
1
-3
/
+8
*
Various code-cleanup
Sebastiaan van Stijn
2018-05-23
1
-1
/
+1
*
Allow user to control the default address pools
Alessandro Boch
2018-04-30
1
-0
/
+3
*
Remove unused experimental code
Sebastiaan van Stijn
2017-12-18
1
-2
/
+0
*
Remove solaris build tag and `contrib/mkimage/solaris
Yong Tang
2017-11-02
1
-1
/
+1
*
Update libcontainerd to use containerd 1.0
Kenfe-Mickael Laventure
2017-10-20
1
-2
/
+0
*
Remove deprecated --enable-api-cors flag
Sebastiaan van Stijn
2017-09-12
1
-2
/
+0
*
Implement none, private, and shareable ipc modes
Kir Kolyshkin
2017-08-14
1
-0
/
+1
*
add NamedUlimitOpt implement NamedOption to fix 32528
allencloud
2017-06-16
1
-1
/
+1
*
Add no-new-privileg flag
Brian Goff
2017-05-01
1
-0
/
+1
*
Extract daemon configuration and discovery to their own package
Vincent Demeester
2017-02-08
1
-0
/
+51