Skip to content

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Building the image

First clone augeas repository then, build the image:

git clone https://github.com/hercules-team/augeas.git
cd augeas
docker build -t augeas -f docker/Dockerfile .

Using the image

Here is an exemple to print ssh configuration:

docker container run -ti --rm -v /etc/ssh/:/etc/ssh augeas augtool print /files/etc/ssh