we really wanted a global replace here...
authorSam <sam.saffron@gmail.com>
Wed, 27 Apr 2016 05:57:25 +0000 (15:57 +1000)
committerSam <sam.saffron@gmail.com>
Wed, 27 Apr 2016 05:57:25 +0000 (15:57 +1000)
launcher

index b2a090a166a9bc607da1a59f733383f622fe466a..69a33f023863ef80fc1df2e769f7a64dc7248151 100755 (executable)
--- a/launcher
+++ b/launcher
@@ -798,7 +798,7 @@ run_start() {
      # we got to normalize so we only have allowed strings, this is more comprehensive but lets see how bash does first
      # hostname=`$docker_path run $user_args --rm $image ruby -e 'print ARGV[0].gsub(/[^a-zA-Z-]/, "-")' $hostname`
      # docker added more hostname rules
-     hostname=${hostname/_/-}
+     hostname=${hostname//_/-}
 
      set -x
      $docker_path run $user_args $links $attach_on_run $restart_policy "${env[@]}" -h "$hostname" \