File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
pages/dedibox-kvm-over-ip/how-to Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,12 @@ docker pull domistyle/idrac6
5757
5858### Run the container
59591 . Run the container with the following command:
60- ``` bash
61- docker run -d -p 5800:5800 -p 5900:5900 -e IDRAC_HOST=$ip -e IDRAC_USER=$user -e IDRAC_PASSWORD=$password domistyle/idrac6
62- ```
63- <Message type = " note" >
64- - Replace ` $ip ` , ` $user ` and ` $password ` with your iDRAC credentials.
65- </Message >
66-
60+ ``` bash
61+ docker run -d -p 5800:5800 -p 5900:5900 -e IDRAC_HOST=$ip -e IDRAC_USER=$user -e IDRAC_PASSWORD=$password domistyle/idrac6
62+ ```
63+ <Message type = " note" >
64+ - Replace ` $ip ` , ` $user ` and ` $password ` with your iDRAC credentials.
65+ </Message >
67662 . Access the HTML5 KVM by opening ` http://localhost:5800 ` in a web browser.
6867
6968## Alternative: Accessing the KVM-over-IP device using Java
You can’t perform that action at this time.
0 commit comments