Skip to content

Commit b4a3f6a

Browse files
committed
fix(ddx): fix indent (#4554)
1 parent edababe commit b4a3f6a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pages/dedibox-kvm-over-ip/how-to/dell-idrac6.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,12 @@ docker pull domistyle/idrac6
5757

5858
### Run the container
5959
1. 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>
6766
2. Access the HTML5 KVM by opening `http://localhost:5800` in a web browser.
6867

6968
## Alternative: Accessing the KVM-over-IP device using Java

0 commit comments

Comments
 (0)