This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Done in a context similar to how we are for the demo environment | |
echo "Errors about network not found are OK here" | |
docker-compose -f docker-compose-build.yml down | |
echo "INFO: making room" | |
docker rmi docker.elastic.co/elasticsearch/elasticsearch-platinum:6.3.0-SNAPSHOT | |
echo "INFO: Loading Image (takes a couple minutes)" |