.. _container-images: |CL-ATTR| container images ########################## |CL| 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 |CL| base image is available for standalone use as well as variations of popular application images built from the |CL| base image. Browse all |CL| container images on `the Docker Hub* website `_. Find the Dockerfiles used to build |CL| container images `on GitHub `_. See the `containers `_ page for the benefits of using |CL| containers and using |CL| as a container host. Container image types ********************* |CL| base image =============== The `Clear Linux OS base container `_ is an official image on Docker Hub*. The |CL| 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 :command:`docker run clearlinux` to pull and start a |CL| container. |CL|-based runtime images ========================= |CL| 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 |CL|-based runtime images: * `clearlinux/golang `_ * `clearlinux/node `_ * `clearlinux/numpy `_ * `clearlinux/python `_ * `clearlinux/perl `_ * `clearlinux/r-base `_ More |CL|-based images can be found on Docker Hub: https://hub.docker.com/u/clearlinux. |CL|-based application images ============================= |CL| container images for common applications are available on Docker Hub. These can be used to create and deploy containerized services. Below are some popular |CL|-based runtime images: * `clearlinux/nginx `_ * `clearlinux/mariadb `_ * `clearlinux/postgres `_ * `clearlinux/redis `_ * `clearlinux/tensorflow `_ * `clearlinux/wordpress `_ More |CL|-based images can be found on Docker Hub: https://hub.docker.com/u/clearlinux. Related topics ============== * :ref:`container-image-new` * :ref:`container-image-modify` * :ref:`docker` * :ref:`kata`