docker build -t tacacs:$(cat VERSION) .
docker run -d -p 49:49 tacacs:$(cat VERSION)
Embeded tac_plus.conf has an example account tacacs with password tacacs.
docker run -d -p 49:49 -v my_tacacs.conf:/etc/tac_plus.conf tacacs:$(cat VERSION)
docker run -d -p 49:49 -e DEBUGLEVEL=256 tacacs:$(cat VERSION)