diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-12-01 18:20:02 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-12-02 10:20:15 -0600 |
commit | 9fedb3b40b5983372b2c2de29dfe321c6dfaadf4 (patch) | |
tree | 70ea1b9d57ab7abc3ade81e7639cd05de111141d /etc/rc.conf.Linux | |
parent | 635e33cdc8f18bb290756633ce0714c496383cfb (diff) |
Add detection for docker containers
Diffstat (limited to 'etc/rc.conf.Linux')
-rw-r--r-- | etc/rc.conf.Linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index f04f96ef..0865075b 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -3,6 +3,7 @@ # This is the subsystem type. Valid options on Linux: # "" - nothing special +# "docker" - Docker container manager # "lxc" - Linux Containers # "openvz" - Linux OpenVZ # "prefix" - Prefix |