Run Docker on the server or virtual machine

Content Intelligence Getting Started Guide

Version
2.2.x
2.1.x
Audience
anonymous
Part Number
MK-HCI008-06

To unpack your installation package, Docker needs to be both started and kept running. You can use whatever tools you typically use for keeping services running in your environment.

For example, to run Docker using systemd:

  1. Verify that Docker is running:
    systemctl status docker
  2. If Docker is not running, start the docker service:
    sudo systemctl start docker
  3. (Optional) Configure the Docker service to start automatically when you restart the server or virtual machine:
    sudo systemctl enable docker