This new collection of commands supports initializing a local engine using containerd, updating that engine, and activating the EE product Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>
6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu -o pipefail
|
|
|
|
# TODO fetch images?
|
|
./scripts/test/engine/wrapper
|