ambhtmx.plotly / docker_rm.sh
jrosell's picture
first
9ccff4d
raw
history blame
198 Bytes
(docker container rm -f ambhtmx-plotly-container || true) \
&& (docker rmi $(docker images --format '{{.Repository}}:{{.ID}}'| egrep 'ambhtmx-plotly-image' | cut -d':' -f2 | uniq) --force || true)