diff --git a/infra-templates/pipework/0/README.md b/infra-templates/pipework/0/README.md index 5f893ce..180bff2 100644 --- a/infra-templates/pipework/0/README.md +++ b/infra-templates/pipework/0/README.md @@ -8,7 +8,7 @@ * Docker Hub: [dreamcat4/pipework](https://hub.docker.com/r/dreamcat4/pipework/) 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 diff --git a/infra-templates/pipework/0/docker-compose.yml b/infra-templates/pipework/0/docker-compose.yml index 6d39d98..37557d7 100644 --- a/infra-templates/pipework/0/docker-compose.yml +++ b/infra-templates/pipework/0/docker-compose.yml @@ -12,7 +12,6 @@ services: environment: run_mode: batch,daemon labels: - io.rancher.container.pull_image: always io.rancher.container.hostname_override: container_name io.rancher.container.agent.role: environmentAdmin io.rancher.container.create_agent: 'true' diff --git a/infra-templates/pipework/0/rancher-compose.yml b/infra-templates/pipework/0/rancher-compose.yml index bfc2188..403010a 100644 --- a/infra-templates/pipework/0/rancher-compose.yml +++ b/infra-templates/pipework/0/rancher-compose.yml @@ -1,10 +1,10 @@ -.catalog: +version: '2' +catalog: name: "Pipework" description: | "Software-Defined Networking for Linux Containers" version: v0.1.0 minimum_rancher_version: v1.6.10 -version: '2' services: pipework: start_on_create: true