mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 5fa134b9061d0b794e9e5b887a8ea4ee15fecb61 Component: engine
10 lines
145 B
Bash
10 lines
145 B
Bash
#!/usr/bin/env bash
|
|
|
|
bundle .integration-daemon-start
|
|
bundle .integration-daemon-setup
|
|
|
|
export ABS_DEST
|
|
bash +e
|
|
|
|
bundle .integration-daemon-stop
|