Docker containers for installing and running Education application (MovieZtream). These containers allow you to install and run the complete system with persistent data for the controller database.
- From a command line, run build-mz.sh This will build and start everything. The first time you build the system, it will ask you to log into AppDynamics.com and it will download all AppDynamics platform components as well as all relevant Docker images. This can take about 30 minutes.
- Once the system is up, you can access the controller and the MovieZtream application with the URLs indicated in the pre-session lab instructions.
- To stop the system while preserving controller database state, in a command line, change to the mz-docker directory and run stop-mz.sh. This will stop all the docker containers.
- To re-start the system, in a command line, change to the mz-docker directory and run start-mz.sh. This will re-start all the docker containers
- To remove all the containers permanently, in a command line, change to the mz-docker directory and run remove-mz.sh. This will remove all the MovieZtream and AppDynamics docker containers, and it will erase the controller database.
http://DOCKER_HOST/movieztream_ui where DOCKER_HOST is the value of the DOCKER_HOST environment variable, or, if you have edited your /etc/hosts file as per the instructions, you can use http://localdocker/movieztream_ui
The MovieZtream credentials are: HOLLY / FOX or DON / BONE
Enjoy!