New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic initial "check-config" script to contrib #4963

Merged
merged 1 commit into from Apr 1, 2014

Conversation

Projects
None yet
3 participants
@tianon
Member

tianon commented Apr 1, 2014

No description provided.

Add basic initial "check-config" script to contrib
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
@creack

This comment has been minimized.

Show comment
Hide comment
@creack

creack Apr 1, 2014

Contributor

❤️ ❤️ ❤️ ❤️

Contributor

creack commented Apr 1, 2014

❤️ ❤️ ❤️ ❤️

@creack

This comment has been minimized.

Show comment
Hide comment
@creack

creack Apr 1, 2014

Contributor

Now we need to integrate it as top-level command :) Or within docker info

Contributor

creack commented Apr 1, 2014

Now we need to integrate it as top-level command :) Or within docker info

@creack

This comment has been minimized.

Show comment
Hide comment
@creack

creack Apr 1, 2014

Contributor

LGTM

Contributor

creack commented Apr 1, 2014

LGTM

@crosbymichael

This comment has been minimized.

Show comment
Hide comment
@crosbymichael

crosbymichael Apr 1, 2014

Contributor

curl -s https://raw.githubusercontent.com/tianon/docker/check-config/contrib/check-config.sh | bash

warning: /proc/config.gz does not exist, searching other paths for kernel config...

Generally Necessary:
- CONFIG_NAMESPACES: enabled
- CONFIG_NET_NS: enabled
- CONFIG_PID_NS: enabled
- CONFIG_IPC_NS: enabled
- CONFIG_UTS_NS: enabled
- CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
- CONFIG_CGROUPS: enabled
- CONFIG_CGROUP_DEVICE: enabled
- CONFIG_MACVLAN: enabled
- CONFIG_VETH: enabled
- CONFIG_BRIDGE: enabled
- CONFIG_IP_NF_TARGET_MASQUERADE: enabled
- CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled
- CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled
- CONFIG_NF_NAT: enabled
- CONFIG_NF_NAT_NEEDED: enabled

Optional Features:
- CONFIG_MEMCG_SWAP: enabled
- CONFIG_RESOURCE_COUNTERS: enabled
- Storage Drivers:
  - "aufs":
    - CONFIG_AUFS_FS: enabled
  - "btrfs":
    - CONFIG_BTRFS_FS: enabled
  - "devicemapper":
    - CONFIG_BLK_DEV_DM: enabled
    - CONFIG_DM_THIN_PROVISIONING: enabled
    - CONFIG_EXT4_FS: enabled
Contributor

crosbymichael commented Apr 1, 2014

curl -s https://raw.githubusercontent.com/tianon/docker/check-config/contrib/check-config.sh | bash

warning: /proc/config.gz does not exist, searching other paths for kernel config...

Generally Necessary:
- CONFIG_NAMESPACES: enabled
- CONFIG_NET_NS: enabled
- CONFIG_PID_NS: enabled
- CONFIG_IPC_NS: enabled
- CONFIG_UTS_NS: enabled
- CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
- CONFIG_CGROUPS: enabled
- CONFIG_CGROUP_DEVICE: enabled
- CONFIG_MACVLAN: enabled
- CONFIG_VETH: enabled
- CONFIG_BRIDGE: enabled
- CONFIG_IP_NF_TARGET_MASQUERADE: enabled
- CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled
- CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled
- CONFIG_NF_NAT: enabled
- CONFIG_NF_NAT_NEEDED: enabled

Optional Features:
- CONFIG_MEMCG_SWAP: enabled
- CONFIG_RESOURCE_COUNTERS: enabled
- Storage Drivers:
  - "aufs":
    - CONFIG_AUFS_FS: enabled
  - "btrfs":
    - CONFIG_BTRFS_FS: enabled
  - "devicemapper":
    - CONFIG_BLK_DEV_DM: enabled
    - CONFIG_DM_THIN_PROVISIONING: enabled
    - CONFIG_EXT4_FS: enabled
@crosbymichael

This comment has been minimized.

Show comment
Hide comment
@crosbymichael

crosbymichael Apr 1, 2014

Contributor

LGTM

Contributor

crosbymichael commented Apr 1, 2014

LGTM

creack added a commit that referenced this pull request Apr 1, 2014

Merge pull request #4963 from tianon/check-config
Add basic initial "check-config" script to contrib

@creack creack merged commit 8ff02d5 into moby:master Apr 1, 2014

1 check passed

default The Travis CI build passed
Details

@tianon tianon deleted the tianon:check-config branch Apr 1, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment