https://github.com/cyclenerd/it-works
🎉 Ultra-lightweight Docker Container with an elegant celebration webpage
https://github.com/cyclenerd/it-works
busybox cloud-run container container-image docker http-server httpd podman website
Last synced: 9 months ago
JSON representation
🎉 Ultra-lightweight Docker Container with an elegant celebration webpage
- Host: GitHub
- URL: https://github.com/cyclenerd/it-works
- Owner: Cyclenerd
- Created: 2025-03-22T14:13:55.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-03-22T14:47:26.000Z (9 months ago)
- Last Synced: 2025-03-22T15:27:24.445Z (9 months ago)
- Topics: busybox, cloud-run, container, container-image, docker, http-server, httpd, podman, website
- Language: HTML
- Homepage: https://hub.docker.com/r/cyclenerd/it-works
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# It Works! 🎉
[](#readme)
[](#readme)
[](https://github.com/Cyclenerd/it-works/blob/master/LICENSE)
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:**
```text
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)
## Quick Start
```bash
# Pull and run the container
docker run -p 8080:8080 "docker.io/cyclenerd/it-works:latest"
# Access in browser
# http://localhost:8080
```
## Building from Source
```bash
# 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"
```
## Acknowledgments
Container optimization based on Florin Lipan's [blog post](https://lipanski.com/posts/smallest-docker-image-static-website) on creating minimal Docker images for static websites.
## License
All files in this repository are under the [Apache License, Version 2.0](LICENSE) unless noted otherwise.
This favicon was generated using the following graphics from [Twitter Twemoji](https://github.com/twitter/twemoji):
- Title: 1f389.svg
- Author: Copyright 2020 Twitter, Inc and other contributors
- Source:
- License: [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
