mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Fix shellcheck warnings
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
|
||||
# Set default SoftLayer VM settings
|
||||
: ${SOFTLAYER_CPU:=4}
|
||||
: "${SOFTLAYER_CPU:=4}"
|
||||
export SOFTLAYER_CPU
|
||||
: ${SOFTLAYER_DISK_SIZE:=100}
|
||||
: "${SOFTLAYER_DISK_SIZE:=100}"
|
||||
export SOFTLAYER_DISK_SIZE
|
||||
: ${SOFTLAYER_MEMORY:=4096}
|
||||
: "${SOFTLAYER_MEMORY:=4096}"
|
||||
export SOFTLAYER_MEMORY
|
||||
: ${SOFTLAYER_REGION:=wdc01}
|
||||
: "${SOFTLAYER_REGION:=wdc01}"
|
||||
export SOFTLAYER_REGION
|
||||
|
||||
docker-machine create --driver softlayer "$@"
|
||||
|
Reference in New Issue
Block a user