Ultra-lightweight Container image (<170 KB uncompressed) with an elegant celebration webpage featuring animated confetti explosions.
This Container 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 container can serve HTTP content, confirming network functionality.
Container image:
docker.io/cyclenerd/it-works: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)
# Pull and run the container
docker run -p 8080:8080 "docker.io/cyclenerd/it-works:latest"
# Access in browser
# http://localhost:8080# Clone the repository
git clone https://github.com/Cyclenerd/it-works.git
cd it-works
# Build the Container image
docker build --tag "it-works:latest" .
# Run the Container
docker run -p 8080:8080 "it-works:latest"Container optimization based on Florin Lipan's blog post on creating minimal Docker images for static websites.
All files in this repository are under the Apache License, Version 2.0 unless noted otherwise.
This favicon was generated using the following graphics from Twitter Twemoji:
- Title: 1f389.svg
- Author: Copyright 2020 Twitter, Inc and other contributors
- Source: https://github.com/twitter/twemoji/blob/master/assets/svg/1f389.svg
- License: CC-BY 4.0
