Skip to content

Commit

Permalink
add hostname to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensu1977 committed Nov 17, 2018
1 parent 44a5586 commit a1c3d7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploying-first-container/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: "flowq/dind"
tty: true
privileged: true
hostname: "cloud_node01"
networks:
- {OID}
volumes:
Expand Down
1 change: 1 addition & 0 deletions git-startup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
cpu_shares: 0.5
cpu_rt_period: '500000'
mem_limit: '64m'
hostname: "git-lab"
networks:
- {OID}
volumes:
Expand Down
1 change: 1 addition & 0 deletions istio-startup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
k8s_{OID}:
image: "quay.io/aspenmesh/minikube-dind"
mem_limit: '2024m'
hostname: 'minikube'
tty: true
privileged: true
networks:
Expand Down
1 change: 1 addition & 0 deletions k8s-base-command/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
k8s_{OID}:
image: "quay.io/aspenmesh/minikube-dind"
mem_limit: '2024m'
hostname: 'minikube'
tty: true
privileged: true
networks:
Expand Down

0 comments on commit a1c3d7a

Please sign in to comment.