Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

dollarshaveclub/sysctl-write-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysctl-write-docker

Write kernel parameters using sysctl with Docker.

Usage

The input to the tool is the environment variable SYSCTL, which is just a JSON mapping of kernel parameters to values.

docker run --privileged -e 'SYSCTL={"fs.aio-max-nr":"500000"}' quay.io/dollarshaveclub/sysctl-write-docker:latest

Block

Use the SYSCTL_BLOCK=true environment variable to have the command block indefinitely.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published