https://github.com/modem7/docker-rickroll
Dockerised Rick Roll
https://github.com/modem7/docker-rickroll
docker docker-container linux rickroll
Last synced: about 1 year ago
JSON representation
Dockerised Rick Roll
- Host: GitHub
- URL: https://github.com/modem7/docker-rickroll
- Owner: modem7
- License: mit
- Created: 2021-08-04T10:58:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T13:14:46.000Z (almost 2 years ago)
- Last Synced: 2024-08-18T14:29:58.282Z (almost 2 years ago)
- Topics: docker, docker-container, linux, rickroll
- Language: Shell
- Homepage: https://hub.docker.com/r/modem7/docker-rickroll
- Size: 87.7 MB
- Stars: 35
- Watchers: 4
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Self Hosted, self contained Rickroll container.


[](https://drone.modem7.com/modem7/docker-rickroll)
[](https://github.com/modem7/docker-rickroll)
[](https://www.buymeacoffee.com/modem7)
More info can be found [here](https://www.youtube.com/watch?v=dQw4w9WgXcQ).
Image is based on nginxinc/nginx-unprivileged, and all the content is local to the container.
# Container Screenshot

# Tags
| Tag | Description |
| :----: | --- |
| latest | Video starts automatically. 1080p AI remaster. |
# Environment Variables
| Variable | Description | Default |
| :----: | --- | --- |
| PORT | Changes the port nginx is listening on. | 8080 |
| TITLE | Changes the title of the webpage. | Rickroll |
| HEIGHT | Changes the height of the video. | 100vh |
| WIDTH | Changes the width of the video. | 100% |
| HEADLINE | Allows for a custom body tag. | empty |
# Configuration example
```yaml
version: "2.4"
services:
rickroll:
image: modem7/docker-rickroll
container_name: Rickroll
ports:
- 8080:8080
environment:
- TITLE="Rickroll" # Changes the title of the webpage
```