Docker

Use the official napalm-logs Docker image

Starting with Release 0.5.0 - Codename Drawknife, there’s a Docker image available at https://hub.docker.com/r/napalmautomation/napalm-logs/.

Pull the Docker image (example):

docker pull napalmautomation/napalm-logs:0.5.0

The config-file can, for example, be mounted as volume to the container:

docker run -d --name napalm-logs -v /path/to/napalm-logs/config/file:/etc/napalm/logs napalmautomation/napalm-logs:0.5.0

For further details, please check the Docker run reference and how to share filesystems.