Skip to content

Commit 322e31a

Browse files
committed
fix(ddx): add warning
1 parent 2b6b0d3 commit 322e31a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,16 @@ Here are the rewritten steps for use with Docker Desktop:
4646
- On **macOS** and **Windows**, Docker Desktop is available for download from the [official Docker website](https://www.docker.com/get-started).
4747
- On **Ubuntu**, you can install Docker Desktop using the [official Docker installation instructions](https://docs.docker.com/engine/install/ubuntu/).
4848

49-
### Pull repository
49+
### Pull the repository
5050
Pull the [iDRAC 6 dockerized](https://hub.docker.com/r/domistyle/idrac6/) Docker repository:
5151
```bash
5252
docker pull domistyle/idrac6
5353
```
54-
### Run container
54+
<Message type="important">
55+
The Docker repository `domistyle/idrac6` is not maintained or supported by Scaleway. Use of this repository is at your own risk, and Scaleway does not guarantee its functionality or security.
56+
</Message>
57+
58+
### Run the container
5559
1. Run the container with the following command:
5660
```bash
5761
docker run -d -p 5800:5800 -p 5900:5900 -e IDRAC_HOST=$ip -e IDRAC_USER=$user -e IDRAC_PASSWORD=$password domistyle/idrac6
@@ -74,8 +78,8 @@ If you do not want to use Docker to access the KVM-over-IP device of your server
7478
4. Download and execute the Java web start file. The virtual console window displays.
7579
<Lightbox src="scaleway_idrac6_virtual_console.webp" width="" />
7680

77-
<Message type="tip">
78-
Your Java security settings should be set to **Low** to execute the Java applet.
81+
<Message type="important">
82+
**Security warning:** To execute the Java applet, you may need to set your Java security settings to **Low**. This may pose a security risk to your system. Please exercise caution and consider using Docker instead.
7983
</Message>
8084

8185
## Installing an operating system using the virtual console

0 commit comments

Comments
 (0)