fix compose format and misspell in pipework catalog
This commit is contained in:
parent
739d3f6e64
commit
59326911a6
@ -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
|
||||||
|
|
||||||
|
@ -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'
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user