Passing hostname to docker container won’t work
environment:
- "HOST_HOSTNAME=$HOSTNAME"
Do this instead
environment:
- "HOST_HOSTNAME={{ .Node.Hostname }}"
It will fetch the hostname from docker placeholder
Passing hostname to docker container won’t work
environment:
- "HOST_HOSTNAME=$HOSTNAME"
Do this instead
environment:
- "HOST_HOSTNAME={{ .Node.Hostname }}"
It will fetch the hostname from docker placeholder
For further actions, you may consider blocking this person and/or reporting abuse
Blessing Ndubuisi -
Michael Levan -
Sammy Barasa -
Megha Sharma -
Top comments (0)