-
Notifications
You must be signed in to change notification settings - Fork 2
Quick RACK Setup
Here, we will give a quick tutorial on setting up RACK on a Windows PC using Docker.
Step 1. Download and install docker from https://www.docker.com/products/dockerdesktop
Step 2. Open Windows Powershell and execute the following command (replace XX with the appropriate version number such as 12, 13, etc).
docker pull gehighassurance/rack-box:vXX.0
Note: When the image is successfully pulled for the first time, a “Downloaded image …” message will appear instead of the “Image is up to date …” message shown above.
Step 3. Start a RACK docker instance by running the following command (replace XX with the appropriate version number of the image downloaded in the previous step).
docker run -- detach -p 3030:3030 -p 8050:8050 -p 8080:80 -p 12050- 12091:12050-12091 gehighassurance/rack-box:vXX.0
RACK should be now up and running!
Go back to Wiki Home
Copyright (c) 2021-2025 GE Aerospace, Galois, Inc.
All Rights Reserved
This material is based upon work supported by the Defense Advanced Research Projects Agency (DARPA) under Contract No. FA8750-20-C-0203.
Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the Defense Advanced Research Projects Agency (DARPA).
Distribution Statement "A" (Approved for Public Release, Distribution Unlimited)