Skip to content

Commit

Permalink
[docker_image_ctl]: Add --force while removing obsolete dockers (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng authored and lguohan committed May 26, 2018
1 parent 2aa1de5 commit 188afc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/build_templates/docker_image_ctl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ start() {

# docker created with a different HWSKU, remove and recreate
echo "Removing obsolete {{docker_container_name}} container with HWSKU $DOCKERMOUNT"
docker rm {{docker_container_name}}
docker rm -f {{docker_container_name}}
fi

{%- if docker_container_name == "database" %}
Expand Down

0 comments on commit 188afc1

Please sign in to comment.