
- Add a build script - Modify redfish-setup.sh to exit apache in a proper way - Modify run script
5 lines
195 B
Bash
Executable File
5 lines
195 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Th -p option needs to be after the run command. No warning is given if before but doesn't work
|
|
docker run -d -p 8000:80 --name "redfish-simulator" localhost:5000/redfish-simulator
|