Installing BMC AMI Ops Insight on Docker Desktop
To start Playback Docker container without certificates on your local device
Use one of the following commands to start Playback Docker container.
- On Windows, run the following command:
playback-container-lpqmb2.5.00.bat u=<EPD_Username>
For example: playback-container-lpqmb2.5.00.bat u=username - On Linux, run the following command:
./playback-container-lpqmb2.5.00.sh u=<EPD_Username>
For example: ./playback-container-lpqmb2.5.00.sh u=usernameAfter a few minutes, open http://localhost:9191/login in a browser.
The login credentials are:- User ID: admin
- Password: admin
To start BMC AMI Ops Insight Playback Docker container with certificate on your local device
For Windows and Linux, if the docker container is already running, stop and remove the running container from the Docker Desktop.
For more information on creating certificates, see Enabling TLS authentication for Playback Docker container.
After creating the certificates, use one of the following commands to start Playback Docker container using your certificates.
- On Windows, run the following command:
./playback-container-lpqmb2.5.00.bat u=< EPD_Username > crt=< crtFilePath > key=< keyFilePath >
For example: ./playback-container-lpqmb2.5.00.bat u=somebody crt=certificate.crt key=private.key - On Linux, run the following command:
./playback-container-lpqmb2.5.00.sh u=< EPD_Username > crt=< crtFilePath > key=< keyFilePath >
For example: ./playback-container-lpqmb2.5.00.sh u=somebody crt=certificate.crt key=private.key
Open https://localhost:9191/login URL in the browser. The Playback Docker container might take some time to load.
To run Playback Docker container, see Creating individual playback sessions in a Docker container.
- On Windows, run the following command:
To import the models and playback files on a Docker Desktop
- Connect to a live BMC AMI Ops Insight environment.
- Download the models and playback files on your device.
- Import it to BMC AMI Ops Insight Playback Docker container.
For more information about installing, see the following sections of Docker Desktop online Installation guide:
- Install Docker Desktop on Linux
- Install Docker Desktop on Windows
To run Playback Docker container, see Creating individual playback sessions in a Docker container.
The following topics explain how to install BMC AMI Ops Insight Playback Docker container: