mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 12:37:10 +02:00
docker compose link #16
This commit is contained in:
@@ -14,11 +14,12 @@ Dockerfile template project for building and distributing container images for C
|
||||
|
||||
## Requirements
|
||||
|
||||
* `docker compose` >= 2.0
|
||||
* [Docker](https://docs.docker.com/)
|
||||
* [Compose V2](https://docs.docker.com/compose/cli-command/) `docker compose`
|
||||
|
||||
## Quick start
|
||||
|
||||
* Get Docker in your system
|
||||
* [Get Docker](https://docs.docker.com/get-docker/) in your system
|
||||
* Clone this repository [chevereto/v4-container-builder](https://github.com/chevereto/v4-container-builder) (see [SETUP](docs/SETUP.md))
|
||||
|
||||
```sh
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# docker compose
|
||||
|
||||
* Requires `docker compose >= 2.0`
|
||||
* Requires [Compose V2](https://docs.docker.com/compose/cli-command/)
|
||||
|
||||
```sh
|
||||
make <command> <options>
|
||||
@@ -47,3 +47,7 @@ make down
|
||||
```sh
|
||||
make down--volumes
|
||||
```
|
||||
|
||||
## Troubleshoot
|
||||
|
||||
Check if you are running [Compose V2](https://docs.docker.com/compose/cli-command/) `docker compose` (not `docker-compose`).
|
||||
|
||||
Reference in New Issue
Block a user