Skip to content

djoreilly/manpages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manpages

SLE Micro does not install man pages to save space. This repo provides a container image with the man pages and the man binary.

alias man='podman run -it --rm --net none --cap-drop ALL ghcr.io/djoreilly/manpages:main man'

## podman v4.5.1 - much faster with transient storage
alias man='podman run -it --net none --cap-drop ALL --transient-store --log-driver=none ghcr.io/djoreilly/manpages:main man'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages