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

Feature: Spark vnet custom dns hostname fix #490

Merged

Conversation

jafreck
Copy link
Member

@jafreck jafreck commented Apr 6, 2018

Fix #489

@@ -25,6 +25,11 @@ apt-get -y update
apt-get -y install docker-ce
echo "Done installing Docker"

# set hostname in /etc/hosts if dns cannot resolve
if ! host $HOSTNAME ; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: add some echo statements here to know what the script is trying to do.

@jafreck jafreck merged commit 61e7c59 into Azure:master Apr 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants