Containers

Containers enable you to run the BrainEngine platform in your own environment. Containers are great for specific security and data governance requirements. In this article you'll learn how to download, install, and run the BrainEngine containers.

Prerequisites

The following prerequisites before using the BrainEngine containers:

Required
Purpose

Docker Engine

You need the Docker Engine installed on a host computer. Docker provides packages that configure the Docker environment on macOS, Windows, and Linux. For a primer on Docker and container basics, see the Docker overview.

On Windows, Docker must also be configured to support Linux containers.

Familiarity with Docker

You should have a basic understanding of Docker concepts, like registries, repositories, containers, and container images, as well as knowledge of basic docker commands.

Last updated