Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple tacacs docker container

Build docker image

docker build -t tacacs:$(cat VERSION) .

Run tacacs container

docker run -d -p 49:49 tacacs:$(cat VERSION)

Embeded tac_plus.conf has an example account tacacs with password tacacs.

Run tacacs container with your own tacacs config

docker run -d -p 49:49 -v my_tacacs.conf:/etc/tac_plus.conf tacacs:$(cat VERSION)

Run tacacs container with different DEBUGLEVEL

docker run -d -p 49:49 -e DEBUGLEVEL=256 tacacs:$(cat VERSION)

About

simple tac_plus docker container

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages