The ByteChef Docker images are built with all the components required for it to run, within a single Docker container. Files in this directory make up for the scripts and template files needed for building the image.
The following subsections describe how you can get started with one of your own instances of ByteChef.
Ensure docker
and docker-compose
are installed and available for starting containers:
- Install Docker: https://docs.docker.com/engine/install/
- Install Docker Compose: https://docs.docker.com/compose/install/
You may verify the installation by running docker --version
and docker-compose --version
. The output should roughly be something like below:
$ docker --version
Docker version 20.10.7, build f0df350
$ docker-compose --version
docker-compose version 1.29.2, build 5becea4c
TODO
TODO