Skip to content

xml2rfc-slim is a simple docker container wrapper around the xml2rfc tool

Notifications You must be signed in to change notification settings

daniel-dewa/xml2rfc-docker-slim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

xml2rfc docker slim

xml2rfc-slim is a simple docker container wrapper around the xml2rfc tool.

Why?

The official xml2rfc docker image (available at ghcr.io/ietf-tools/xml2rfc-base:latest) is 2.28 GB. xml2rfc-slim is a cut-down version (174 MB) made for use in RFC specs, OpenID specs etc.

Usage

docker run --rm `# automatically remove container upon termination` \
  -v "$(pwd):/data" `# bind current working directory to /data` \
  ghcr.io/daniel-dewa/xml2rfc-slim:latest `# container name` \
  --html example.xml # example.xml input filename, output will be example.html

Versioning

The xml2rfc-slim:<tag> image tags follow xml2rfc versions, e.g. xml2rfc-slim:v3.31.0 corresponds to xml2rfc==3.31.0.

About

xml2rfc-slim is a simple docker container wrapper around the xml2rfc tool

Topics

Resources

Stars

Watchers

Forks

Packages