python-redfish/dmtf/buildImage.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

6 lines
143 B
Bash
Executable File

#!/bin/bash
# Build and tag images
docker build -t "redfish-simulator" .
docker tag redfish-simulator:latest localhost:5000/redfish-simulator