Sign inSign up

cyclenerd/hello-world

By cyclenerd

Updated 3 months ago

👋 Ultra-lightweight Container image (<10 KB uncompressed) that outputs "Hello World."

Image
Developer tools
0

1.9K

cyclenerd/hello-world repository overview

Hello World Container Image

Ultra-lightweight Container image (<10 KB uncompressed) that outputs "Hello World."

Hello from arm64...!
This message shows that your installation appears to be working correctly.

This image is designed for basic container operation verification, demonstrating:

  • The host system can run containers.
  • Images can be successfully retrieved from the docker.io registry.
  • Containers can be created without errors.
  • The created container is able to stream output to your terminal.

Container image:

docker.io/cyclenerd/hello-world:latest

Multiarch support:

  • amd64 : Intel or AMD 64-Bit CPU (x86-64)
  • arm64 : Arm-based 64-Bit CPU (i.e. Apple silicon, AWS Graviton, Ampere Altra, Google Axion)

Quick Start

Docker:

docker run "cyclenerd/hello-world"

Podman:

podman run "docker.io/cyclenerd/hello-world:latest"

Tag summary

Content type

Image

Digest

sha256:dda3f0cb8

Size

567 Bytes

Last updated

3 months ago

docker pull cyclenerd/hello-world