WHAT CAN THE ADV DO?
This tool is designed to help administrators get an overview of their Active Directory structure.
THE INSTALLATION OF THE DATABASE
- docker run --name ADV_db -e MYSQL_ROOT_PASSWORD=mypass -p 3306:3306 -d docker.io/library/mariadb
- Execute the SQL statements from the DB_SETUP text file
THE INSTALLATION OF THE ADV
- curl https://raw.githubusercontent.com/deexno/ACTIVE-DIRECTORY-VIEWER/main/Dockerfile -o Dockerfile
- Change the Dockerfile to your specific configuration.
- docker image build -f Dockerfile . -t adv --no-cache=true
- docker container run -p 65535:65535 -d adv