Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
Make sure etcd is started
Browse files Browse the repository at this point in the history
Signed-off-by: Garth Bushell <garth.bushell@oracle.com>
  • Loading branch information
garthy committed Jan 5, 2018
1 parent cede15d commit ec8a7d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instances/etcd/cloud_init/bootstrap.template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ if [ -n "$${iqn}" ]; then
fi

docker run -d \
--restart=always \
-p 2380:2380 -p 2379:2379 \
-v /etc/ssl/certs/ca-bundle.crt:/etc/ssl/certs/ca-bundle.crt \
-v /etcd:/$HOSTNAME.etcd \
Expand Down

0 comments on commit ec8a7d9

Please sign in to comment.