├── .gitignore ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── alpine.Dockerfile ├── docker-entrypoint.sh └── tac_plus.sample.cfg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfkeitel/docker-tacacs-plus/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfkeitel/docker-tacacs-plus/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfkeitel/docker-tacacs-plus/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfkeitel/docker-tacacs-plus/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfkeitel/docker-tacacs-plus/HEAD/README.md -------------------------------------------------------------------------------- /alpine.Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfkeitel/docker-tacacs-plus/HEAD/alpine.Dockerfile -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfkeitel/docker-tacacs-plus/HEAD/docker-entrypoint.sh -------------------------------------------------------------------------------- /tac_plus.sample.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lfkeitel/docker-tacacs-plus/HEAD/tac_plus.sample.cfg --------------------------------------------------------------------------------