Requirements
ckan-docker
consists of a set of containers deploy with docker and docker compose
.
Prerequisites
docker compose vs docker-compose
All Docker Compose commands in this document will use the V2 version of Compose ie: docker compose
. The older version (V1) used the docker-compose
command. Please see Docker Compose for
more information.
Install docker-engine
Follow the installation instructions for your environment to install Docker Engine.
To verify a successful Docker installation, run docker run hello-world
and docker version
. These commands should output
versions for client and server.
Docker/Docker Compose more info
Learn more about Docker/Docker Compose basic commands.