coreos/toolbox

Use dashes instead of underscores when creating the machine name

iby opened this issue · 0 comments

iby commented

For consistency sake, please use - not _

machinename=$(echo "${USER}-${TOOLBOX_DOCKER_IMAGE}-${TOOLBOX_DOCKER_TAG}" | sed -r 's/[^a-zA-Z0-9_.-]/_/g')