python-redfish/dmtf/run-redfish-simulator.sh
Uggla 5da62f7368 - Add container and image naming (redfish-simulator)
- Add a build script
- Modify redfish-setup.sh to exit apache in a proper way
- Modify run script
2015-05-26 22:27:18 +02:00

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