scripts: Switch default tutorial from rkt to docker

This commit is contained in:
Dalton Hubble
2017-10-23 13:49:09 -07:00
parent b0b8d97539
commit 4a32b0cd59
6 changed files with 19 additions and 50 deletions

View File

@@ -9,7 +9,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
EXAMPLE=${2:-}
# Local Container Runtime (docker or rkt)
CONTAINER_RUNTIME="${CONTAINER_RUNTIME:-rkt}"
CONTAINER_RUNTIME="${CONTAINER_RUNTIME:-docker}"
BRIDGE=metal0
ASSETS_DIR="${ASSETS_DIR:-$PWD/examples/assets}"
CONFIG_DIR="${CONFIG_DIR:-$PWD/examples/etc/matchbox}"