diff --git a/pages/dedibox-kvm-over-ip/how-to/dell-idrac6.mdx b/pages/dedibox-kvm-over-ip/how-to/dell-idrac6.mdx index f9d020248a..de6591a404 100644 --- a/pages/dedibox-kvm-over-ip/how-to/dell-idrac6.mdx +++ b/pages/dedibox-kvm-over-ip/how-to/dell-idrac6.mdx @@ -57,13 +57,12 @@ docker pull domistyle/idrac6 ### Run the container 1. Run the container with the following command: - ```bash - docker run -d -p 5800:5800 -p 5900:5900 -e IDRAC_HOST=$ip -e IDRAC_USER=$user -e IDRAC_PASSWORD=$password domistyle/idrac6 - ``` - - - Replace `$ip`, `$user` and `$password` with your iDRAC credentials. - - + ```bash + docker run -d -p 5800:5800 -p 5900:5900 -e IDRAC_HOST=$ip -e IDRAC_USER=$user -e IDRAC_PASSWORD=$password domistyle/idrac6 + ``` + + - Replace `$ip`, `$user` and `$password` with your iDRAC credentials. + 2. Access the HTML5 KVM by opening `http://localhost:5800` in a web browser. ## Alternative: Accessing the KVM-over-IP device using Java