python-redfish/dmtf/buildImage.sh
Uggla dd66a15e02 Improve docker container management
- Simplify tagging.
- Test removal of old container.
2016-01-18 16:36:23 +01:00

6 lines
103 B
Bash
Executable File

#!/bin/bash
# Build and tag images
docker rmi redfish-simulator
docker build -t "redfish-simulator" .