Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #132 from pivotal-cf/bridge-network-sync
Browse files Browse the repository at this point in the history
Fixed the path for docker store to use the environment variable
  • Loading branch information
carlo-colombo authored Mar 26, 2019
2 parents 17cbb03 + 59c5a6c commit 5404b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/docker/templates/bin/ctl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export DOCKER_PID_FILE=${DOCKER_PID_DIR}/docker.pid
export PATH="/var/vcap/packages/docker/bin:$PATH"

function remove_docker_network_db(){
rm -f /var/vcap/data/docker/docker/network/files/local-kv.db
rm -f ${DOCKER_STORE_DIR}/docker/network/files/local-kv.db
}

function create_network_bridge(){
Expand Down

0 comments on commit 5404b0c

Please sign in to comment.