Prefix for Docker-Container Hosts, Hostname translation for piggyback

Hey sorry for the late reply, thank you for your suggestion, but I found a nice workaround.
I added “hostname_name” as a third option in the mk_docker.py file where it would otherwise only be “name” or “long”. To get the hostname I simply used os.gethostname().

Just thought you’d like to know, take care :wink:

1 Like