/tac_plus

Dockerfile for tacacs+ service built from source.

Description

Dockerfile for building tacacs+ container using source code of pro-bono-publico implementation.

Usage

How to build

git clone https://github.com/artgromov/tac_plus
cd tac_plus
docker build --rm -t <your_tag> ./

How to pull from Docker Hub

docker pull artgromov/tac_plus

How to run

docker run -d -p 49:49 --env=conf=<url_to.conf> artgromov/tac_plus

or

docker run -d -p 49:49 -v <path_to.conf>:/usr/local/etc/tac_plus.conf artgromov/tac_plus

Reference links and project information

Main page
Manual
Default sources link