An open API service indexing awesome lists of open source software.

https://github.com/chevereto/v4-docker

Bootstrapped Chevereto Docker images
https://github.com/chevereto/v4-docker

chevereto container docker

Last synced: 2 days ago
JSON representation

Bootstrapped Chevereto Docker images

Awesome Lists containing this project

README

        

> **Warning**: This project has been superseded by [chevereto/docker](https://github.com/chevereto/docker). Do not use this repository.

# V4 Docker

Chevereto

[![Community](https://img.shields.io/badge/community-blue?style=flat-square)](https://chevereto.com/community)

This repository is for the [Chevereto](https://chevereto.com) Docker images used for development base standard.

👉 If you are looking for Docker **production-grade** provisioning go to [chevereto/v4-docker-production](https://github.com/chevereto/v4-docker-production).

## Requirements

* Chevereto V4 [license key](https://chevereto.com/pricing)
* [Docker](https://docs.docker.com/)
* [Compose V2](https://docs.docker.com/compose/cli-command/) `docker compose`

## Quick start

* Get Docker in your system
* Clone this repository [chevereto/v4-docker](https://github.com/chevereto/v4-docker)

```sh
git clone https://github.com/chevereto/v4-docker.git
```

* From the repository folder run `make demo`

## Documentation

* [REFERENCE](docs/REFERENCE.md)
* [MAKE](docs/MAKE.md)
* [DEV](docs/DEV.md)