-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
39 lines (34 loc) · 798 Bytes
/
docker-compose.yml
File metadata and controls
39 lines (34 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
version: '3'
services:
base:
build: .
# context: .
# dockerfile: Dockerfile
container_name: dot
image: lei/dot
test:
command: -c 'scripts/e2e-test.sh'
# command: -l # -c 'exec bash -l'
depends_on:
- base
# entrypoint: scripts/e2e-test.sh
# environment:
# GIT_AUTHOR_NAME: Docker
# GIT_AUTHOR_EMAIL: do@ck.er
image: lei/dot
test_os:
build:
context: .
dockerfile: Dockerfile.$OS
command: -c 'bin/e2e-test.sh'
container_name: dot_$OS
# entrypoint: bin/e2e-test.sh
environment:
- DOT=$$GOPATH/src/github.com/LEI/dot
# image: LEI/dot-$OS
# # HNS failed with error : The parameter is incorrect.
# # Get-NetNat | Remove-NetNat
# networks:
# default:
# external:
# name: nat