Skip to content
This repository was archived by the owner on Aug 20, 2018. It is now read-only.
/ docker-proc-sys Public archive

Docker machine to run with root privileges and shared volume on host /proc/sys to configure your hosts

dial-once/docker-proc-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-proc-sys

Usage

TCP Keepalive

Use KEEPALIVE env var as tcp_keepalive_time,tcp_keepalive_intvl,tcp_keepalive_probes. http://tldp.org/HOWTO/TCP-Keepalive-HOWTO/usingkeepalive.html

docker run -v /proc/sys:/data -e KEEPALIVE="600,60,20" dialonce/proc-sys

Usage in Docker Cloud

We recommend using this image in Docker Cloud as follows:

proc-sys:
  image: dialonce/proc-sys
  deployment_strategy: every_node
  autodestroy: always
  environment:
    - KEEPALIVE="600,60,20"
  volumes:
    - /proc/sys:/data:rw

About

Docker machine to run with root privileges and shared volume on host /proc/sys to configure your hosts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages