Versions Compared

Key

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

...

It is now time to create the local Docker containers

Installation

Local Docker repository

Start your own local Docker repository with the following command:

Code Block
docker run -d -p 5000:5000 --restart=always --name registry registry:2

You can change the port number. If you do, please update the Configuration.conf files accordingly (see Secure Backend - Configuration)

SAMDistImages

Go to the SAMDistImages directory and run the following commands:

...