Skip to content

Latest commit

 

History

History
79 lines (57 loc) · 2.83 KB

container-images.rst

File metadata and controls

79 lines (57 loc) · 2.83 KB

container images

can run inside of a container on top of any operating system as long as it is hosting a containerized environment, such as Docker* or Kubernetes*. A base image is available for standalone use as well as variations of popular application images built from the base image.

Browse all container images on the Docker Hub* website. Find the Dockerfiles used to build container images on GitHub.

See the containers page for the benefits of using containers and using as a container host.

Container image types

base image

The Clear Linux OS base container is an official image on Docker Hub*. The base container image can be used to run a standalone or as a parent image for building other container images.

On a Docker host simply use the command docker run clearlinux to pull and start a container.

-based runtime images

container images for programming languages and their runtimes are available on Docker Hub*. These can be used by developers to create and run applications using these popular runtimes.

Below are some popular -based runtime images:

More -based images can be found on Docker Hub: https://hub.docker.com/u/clearlinux.

-based application images

container images for common applications are available on Docker Hub. These can be used to create and deploy containerized services.

Below are some popular -based runtime images:

More -based images can be found on Docker Hub: https://hub.docker.com/u/clearlinux.

  • container-image-new
  • container-image-modify
  • docker
  • kata