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
- Host: GitHub
- URL: https://github.com/chevereto/v4-docker
- Owner: chevereto
- License: mit
- Archived: true
- Created: 2021-03-13T12:53:49.000Z (about 4 years ago)
- Default Branch: 4.0
- Last Pushed: 2024-10-14T14:56:52.000Z (7 months ago)
- Last Synced: 2024-11-12T12:48:45.657Z (6 months ago)
- Topics: chevereto, container, docker
- Language: Makefile
- Homepage: https://chevereto.com
- Size: 470 KB
- Stars: 31
- Watchers: 3
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - chevereto/v4-docker - Bootstrapped Chevereto Docker images (docker)
README
> **Warning**: This project has been superseded by [chevereto/docker](https://github.com/chevereto/docker). Do not use this repository.
# V4 Docker
[](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)