Skip to content

Files

Latest commit

7029756 · Nov 19, 2022

History

History
This branch is 1 commit ahead of, 34 commits behind hercules-team/augeas:master.

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 19, 2022
Oct 30, 2019

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