Sign inSign up

theanurin/portainer

By theanurin

Updated over 2 years ago

Portainer accelerates container adoption it reduces operational complexity.

Image
0

10K+

theanurin/portainer repository overview

Docker Image Version Docker Image Size Docker Pulls Docker Stars

Portainer

Portainer Portainer accelerates container adoption. It reduces operational complexity and addresses the security challenges of running containers in Docker, Swarm, Nomad and Kubernetes.

Image reason

  • Changed background color

Spec

Environment variables

This variables passes the names of the color to change background color

  • PORTAINER_LIGHT_BG_COLOR
  • PORTAINER_DARK_BG_COLOR
  • PORTAINER_HIGH_BG_COLOR

Expose ports

  • tcp/9000 - Portainer listening endpoint

Volumes

  • No any volumes

Inside

  • Portainer v2.20.1

Launch

docker run --rm --interactive --tty \
  --env PORTAINER_LIGHT_BG_COLOR='#ff0000' \
  --env PORTAINER_DARK_BG_COLOR='#00ff00' \
  --env PORTAINER_HIGH_BG_COLOR='#0000ff' \
  --publish 8000:8000 \
  --publish 9000:9000 \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  theanurin/portainer

Support

Tag summary

Content type

Image

Digest

sha256:30355f7c2

Size

84.2 MB

Last updated

over 2 years ago

docker pull theanurin/portainer