
- Add a build script - Modify redfish-setup.sh to exit apache in a proper way - Modify run script
6 lines
143 B
Bash
Executable File
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
|