Skip to content

Commit

Permalink
change example to Mesosfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschoon committed Mar 8, 2017
1 parent 525ca96 commit 8a461c3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions example.yaml → Mesosfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# vi:syntax=yaml
- agent_id:
value: ""
command:
Expand All @@ -8,7 +9,7 @@
user: root
container:
docker:
image: nginx
image: nginx:latest
network: BRIDGE
parameters: []
port_mappings:
Expand All @@ -21,6 +22,13 @@
volumes: null
name: mesos-cli
resources:
- name: ports
ranges:
range:
- begin: 31000
end: 31000
role: '*'
type: RANGES
- name: cpus
role: '*'
scalar:
Expand All @@ -36,13 +44,6 @@
scalar:
value: 64
type: SCALAR
- name: ports
ranges:
range:
- begin: 31000
end: 31000
role: '*'
type: RANGES
task_id:
value: ""

0 comments on commit 8a461c3

Please sign in to comment.