Skip to content

Commit 2b6b0d3

Browse files
committed
feat(ddx): update docs
1 parent 1d0fc43 commit 2b6b0d3

File tree

4 files changed

+18
-40
lines changed

4 files changed

+18
-40
lines changed

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

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -36,57 +36,25 @@ This page shows you how to use [KVM](/dedibox-kvm-over-ip/concepts/#kvm-over-ip)
3636
The connection URL and your credentials display. Click on the link to access the iDRAC interface.
3737

3838

39-
## Accessing the KVM-over-IP device using Podman
39+
## Accessing the KVM-over-IP device using Docker
4040

4141
You can use Docker to access the KVM-over-IP device of your Dedibox.
4242

43-
### Installation
44-
45-
- On **macOS**, run the following command to install Podman:
46-
```bash
47-
brew install podman
48-
```
49-
- On **Ubuntu**, run the following commands to install Podman:
50-
```bash
51-
# Ubuntu 20.10 and newer
52-
sudo apt-get update
53-
sudo apt-get -y install podman
54-
```
55-
- On **Windows**, you can install Podman using the [official installer](https://github.com/containers/podman-desktop/releases).
43+
Here are the rewritten steps for use with Docker Desktop:
5644

57-
### Configuration
58-
59-
1. Create a virtual machine:
60-
```bash
61-
podman machine init
62-
```
63-
64-
2. Run it with:
65-
```bash
66-
podman machine start
67-
```
68-
69-
3. When you have finished, run the following command to delete old sessions:
70-
```bash
71-
podman container stop -a ; podman container rm -a
72-
```
73-
You can also run the following command if you will no longer need the virtual machine:
74-
```bash
75-
podman machine stop
76-
```
45+
### Installation
46+
- On **macOS** and **Windows**, Docker Desktop is available for download from the [official Docker website](https://www.docker.com/get-started).
47+
- On **Ubuntu**, you can install Docker Desktop using the [official Docker installation instructions](https://docs.docker.com/engine/install/ubuntu/).
7748

7849
### Pull repository
79-
8050
Pull the [iDRAC 6 dockerized](https://hub.docker.com/r/domistyle/idrac6/) Docker repository:
8151
```bash
82-
podman pull domistyle/idrac6
52+
docker pull domistyle/idrac6
8353
```
84-
8554
### Run container
86-
8755
1. Run the container with the following command:
8856
```bash
89-
podman run -d -p 5800:5800 -p 5900:5900 -e IDRAC_HOST=$ip -e IDRAC_USER=$user -e IDRAC_PASSWORD=$password domistyle/idrac6
57+
docker run -d -p 5800:5800 -p 5900:5900 -e IDRAC_HOST=$ip -e IDRAC_USER=$user -e IDRAC_PASSWORD=$password domistyle/idrac6
9058
```
9159
<Message type="note">
9260
- Replace `$ip`, `$user` and `$password` with your iDRAC credentials.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Upon completion, the connection URL and your credentials will be displayed. Clic
3636

3737
## Accessing the iDRAC device
3838

39+
<Message type="note">
40+
If your server is configured to use Java, you may not be able to access the HTML5 interface. In this case, please contact our support team for assistance.
41+
</Message>
42+
3943
1. Open the connection URL of your iDRAC in your web browser, then log in using the credentials provided during access creation.
4044

4145
### Mounting an ISO

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This page shows you how to use [KVM](/dedibox-kvm-over-ip/concepts/#kvm-over-ip)
2222

2323
## Accessing the KVM-over-IP device using HTML5
2424

25-
<Message type="note">
25+
<Message type="note">
2626
If your server is configured to use Java, you may not be able to access the HTML5 interface. In this case, please contact our support team for assistance.
2727
</Message>
2828

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ This page shows you how to use [KVM](/dedibox-kvm-over-ip/concepts/#kvm-over-ip)
3131
The connection URL and your credentials display. Click on the link to access the iDRAC interface.
3232

3333
## Accessing the KVM-over-IP device (HTML5)
34+
35+
<Message type="note">
36+
If your server is configured to use Java, you may not be able to access the HTML5 interface. In this case, please contact our support team for assistance.
37+
</Message>
38+
39+
3440
1. Open the connection URL of your iDRAC in your web browser, then log in using the credentials displayed during access creation.
3541
2. Click **Configuration** in the top menu, then **Virtual Console**. The virtual console page displays. Click **Launch Virtual Console**.
3642
<Lightbox src="scaleway_idrac9_console.webp" alt="" />

0 commit comments

Comments
 (0)