Skip to content

hello-world Container Image

Prints a welcome message from Niclas Zone and exits .

Features

  • Based on the curated Debian slim base image used across niclas-zone/ctr.
  • Renders the greeting using figlet with a centered, nicely styled ASCII art banner.
  • Exits immediately after printing - ideal for testing container runtime configurations.

Usage

Pull the image

podman pull registry.gitlab.com/niclas-zone/ctr/hello-world:latest

Run the container

podman run --rm registry.gitlab.com/niclas-zone/ctr/hello-world:latest

Author

Niclas Heinz

Contributing

Contributions are welcome! Please open an issue or submit a merge request if you have suggestions or improvements.

License

This project is licensed under the MIT License. See LICENSE for details.