Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 323 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 323 Bytes

Demo Container

Get Started

Visibly Unique Instances

Run container instances with visibly unique background color by setting the env variable BG_COLOR to a color like:

  • Gray
  • Red
  • Orange
  • Yellow
  • Teal
  • Blue
  • Indigo
  • Purple
  • Pink

podman run -d -p 7000:3000 -e BG_COLOR=“blue” <container_image>