docker compose link #16

This commit is contained in:
Rodolfo Berrios
2022-04-16 09:58:22 -04:00
parent 81a21e4285
commit 19feb74e10
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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`).