Run "tac_plus", a simple TACACS+ daemon, on Ubuntu 18.04 with Docker.
The version 4.0.4.27a is an old software from Shrubberry Networks, released on 2013-08-04, but it still works. :-) The .deb packages are only available until Ubuntu 18.04 (deprecated in future versions).
WARNING! Please use this container only in an additional secured or testing environment.
If you just want to use the container from docker hub, create the directories and configurations - then proceed with step 2.
docker build -t christianbecker/tac_plus .
Just copy your tac_plus configuration to "etc-tacacs+" directory or adjust your settings in the existing file "tac_plus.conf".
Run the container with:
docker run --name tac_plus -p 49:49 -v $(pwd)/etc-tacacs+:/etc/tacacs+/ -v $(pwd)/accounting/tac_plus.acct:/var/log/tac_plus.acct -d -t --restart=always christianbecker/tac_plus
- Christian Becker - christian-becker
This project is licensed under the MIT License - see the LICENSE file for details.