Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

To install Iguana X Docker, you will need to understand the following terms:

Docker images: A file used to execute code in a Docker container. Docker images act as a set of instructions to build a Docker container, like a template. Docker images also act as the starting point when using Docker. An image is comparable to a snapshot in virtual machine (VM) environments.

Docker containers: A lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.

Dockerfile: A text document that contains all the commands a user could call on the command line to automate creating an image. It typically specifies the base image, software dependencies, configuration settings, and commands that should be run inside the container.

Shell script (.sh): Called by the dockerfile to automate tasks, such as Iguana X installation, system configuration, and running.

  • No labels