Skip to content

Commit

Permalink
use sv_ as default SIMVERSE_DOCKER_IMAGE_PREFIX
Browse files Browse the repository at this point in the history
slash seems to be causing troubles because it might have special meaning
  • Loading branch information
darwin committed May 14, 2019
1 parent 2e03394 commit eeae991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export SIMVERSE_DONT_BEAUTIFY_ALIASES=${SIMVERSE_DONT_BEAUTIFY_ALIASES}
#############################################################################################################################
# simnet create-time defaults, effective during ./sv create (or other ./sv commands)

export SIMVERSE_DOCKER_IMAGE_PREFIX=${SIMVERSE_DOCKER_IMAGE_PREFIX:-simverse/}
export SIMVERSE_DOCKER_IMAGE_PREFIX=${SIMVERSE_DOCKER_IMAGE_PREFIX:-sv_}
export SIMVERSE_DOCKER_NETWORK_PREFIX=${SIMVERSE_DOCKER_NETWORK_PREFIX:-$SIMVERSE_DOCKER_IMAGE_PREFIX}
export SIMVERSE_DOCKER_CONTAINER_PREFIX=${SIMVERSE_DOCKER_CONTAINER_PREFIX}
export SIMVERSE_HOST_UID=${SIMVERSE_HOST_UID:-$(id -u)}
Expand Down

0 comments on commit eeae991

Please sign in to comment.