Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

ByteChef Docker Images

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.

Self Host

The following subsections describe how you can get started with one of your own instances of ByteChef.

Prerequisites

Ensure docker and docker-compose are installed and available for starting containers:

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

Setup with Docker Compose (recommended)

TODO

Setup with Docker run

TODO