This is a simple Docker container that allows you to use Apple's RAID Admin
tool without having to install ancient versions of Java or use an outdated OS.

- x86_64-based CPU
To build and/or run the Docker container, simply run the following command:
docker-compose up -dTo shut down the container, simply run:
docker-compose downBy default, the container will be accessible via VNC on its default port
(5900). With the password 1234 (very secure, I know). Both of these can
be changed in the docker-compose.yml and Dockerfile files,
respectively.
For information on how to use RAID Admin, you can find my blog post on the subject here.