mirror of https://github.com/docker/cli.git
10 lines
183 B
YAML
10 lines
183 B
YAML
|
version: '2.1'
|
||
|
|
||
|
services:
|
||
|
engine:
|
||
|
build:
|
||
|
context: ./testdata
|
||
|
dockerfile: Dockerfile.connhelper-ssh
|
||
|
environment:
|
||
|
- TEST_CONNHELPER_SSH_ID_RSA_PUB
|