Skip to content

Instantly share code, notes, and snippets.

#!/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)"