Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section describes the commands that are used to build, publish, run tests and examples for the images.

Prerequisites

Docker should be installed.

Code Block
languagebash
titlecheck docker is installed
linenumberstrue
$ docker -v
Docker version 18.09.3, build 774a1f4


Build images

Set repository and tag as variables:

...