fix compose format and misspell in pipework catalog

This commit is contained in:
Hayahito Kawamitsu 2018-04-11 00:44:22 +09:00
parent 739d3f6e64
commit 59326911a6
3 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,7 @@
* Docker Hub: [dreamcat4/pipework](https://hub.docker.com/r/dreamcat4/pipework/) * Docker Hub: [dreamcat4/pipework](https://hub.docker.com/r/dreamcat4/pipework/)
By this catalog, to configure more flexible container network is available. By this catalog, to configure more flexible container network is available.
Good example of this, there is multiple container networks. A good example of this, there is multiple container networks.
## Deployment ## Deployment

View File

@ -12,7 +12,6 @@ services:
environment: environment:
run_mode: batch,daemon run_mode: batch,daemon
labels: labels:
io.rancher.container.pull_image: always
io.rancher.container.hostname_override: container_name io.rancher.container.hostname_override: container_name
io.rancher.container.agent.role: environmentAdmin io.rancher.container.agent.role: environmentAdmin
io.rancher.container.create_agent: 'true' io.rancher.container.create_agent: 'true'

View File

@ -1,10 +1,10 @@
.catalog: version: '2'
catalog:
name: "Pipework" name: "Pipework"
description: | description: |
"Software-Defined Networking for Linux Containers" "Software-Defined Networking for Linux Containers"
version: v0.1.0 version: v0.1.0
minimum_rancher_version: v1.6.10 minimum_rancher_version: v1.6.10
version: '2'
services: services:
pipework: pipework:
start_on_create: true start_on_create: true