Versions Compared

Key

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

The Docker actions in Continua are a wrapper around the docker command line. If you're having trouble using any of the Docker actions, please refer to the Command Line Reference.

The Docker Build action is a premium action which allows you to construct a docker image from a Docker File and a Docker Context. [docker build]

The Docker File describes how the docker image should be constructed, while the Docker Context gives access to any source files required by the created image. Subsequently running the docker image will create a container, which is an instance of the image.  

...

If this is ticked, the values of any variables marked as sensitive will be masked with **** when setting system environment variables. Clear this to expose the values.

Info
The 7-Zip actions in Continua are a wrapper around the 7z command line. If you're having trouble using any of the 7-Zip actions, please refer to the Command Line Reference.