Compare commits
No commits in common. "master" and "v2.36.0" have entirely different histories.
@ -56,6 +56,8 @@ MD013:
|
|||||||
tables: false
|
tables: false
|
||||||
# Include headings
|
# Include headings
|
||||||
headings: true
|
headings: true
|
||||||
|
# Include headings
|
||||||
|
headers: true
|
||||||
# Strict length checking
|
# Strict length checking
|
||||||
strict: false
|
strict: false
|
||||||
# Stern length checking
|
# Stern length checking
|
||||||
@ -68,6 +70,11 @@ MD022:
|
|||||||
# Blank lines below heading
|
# Blank lines below heading
|
||||||
lines_below: 1
|
lines_below: 1
|
||||||
|
|
||||||
|
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
|
||||||
|
MD024:
|
||||||
|
# Only check sibling headings
|
||||||
|
allow_different_nesting: true
|
||||||
|
|
||||||
# MD025/single-title/single-h1 - Multiple top-level headings in the same document
|
# MD025/single-title/single-h1 - Multiple top-level headings in the same document
|
||||||
MD025:
|
MD025:
|
||||||
# Heading level
|
# Heading level
|
||||||
|
3
Makefile
3
Makefile
@ -1,5 +1,5 @@
|
|||||||
# DC_VERSION
|
# DC_VERSION
|
||||||
# Only required to install a specify version
|
# Only required to install a specifiy version
|
||||||
DC_VERSION?=v2.36.0 # renovate: datasource=github-releases depName=docker/compose
|
DC_VERSION?=v2.36.0 # renovate: datasource=github-releases depName=docker/compose
|
||||||
|
|
||||||
# CONTAINER_RUNTIME
|
# CONTAINER_RUNTIME
|
||||||
@ -34,6 +34,7 @@ container-image/build:
|
|||||||
PHONY:=container-image/delete
|
PHONY:=container-image/delete
|
||||||
container-image/delete:
|
container-image/delete:
|
||||||
- ${CONTAINER_RUNTIME} image rm ${DC_IMAGE_FULLY_QUALIFIED}
|
- ${CONTAINER_RUNTIME} image rm ${DC_IMAGE_FULLY_QUALIFIED}
|
||||||
|
- ${CONTAINER_RUNTIME} image rm ${BASE_IMAGE_FULL}
|
||||||
|
|
||||||
# PUSH CONTAINER IMAGE
|
# PUSH CONTAINER IMAGE
|
||||||
# =====================================================================================================================
|
# =====================================================================================================================
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
[](https://hub.docker.com/r/volkerraschek/docker-compose)
|
[](https://hub.docker.com/r/volkerraschek/docker-compose)
|
||||||
|
|
||||||
This project contains all sources to build the container image `git.cryptic.systems/volker.raschek/docker-compose`. The
|
This project contains all sources to build the container image `docker.io/volkerraschek/docker-compose`. The primary
|
||||||
primary goal of this project is to package the binary `docker-compose` as container image. The source code of the binary
|
goal of this project is to package the binary `docker-compose` as container image. The source code of the binary can be
|
||||||
can be found in the upstream project of [docker/compose](https://github.com/docker/compose).
|
found in the upstream project of [docker/compose](https://github.com/docker/compose).
|
||||||
|
|
||||||
The workflow or how `docker-compose` can in general be used is documented [here](https://docs.docker.com/compose/).
|
The workflow or how `docker-compose` can in general be used is documented [here](https://docs.docker.com/compose/).
|
||||||
Nevertheless, here are some examples of how to use the container image.
|
Nevertheless, here are some examples of how to use the container image.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user