https://github.com/pointless-code/dial-up
Relive the '90s internet experience: download files at dial-up speeds and rediscover the art of patience!
https://github.com/pointless-code/dial-up
code dev devops dialup docker funny pointless
Last synced: 7 months ago
JSON representation
Relive the '90s internet experience: download files at dial-up speeds and rediscover the art of patience!
- Host: GitHub
- URL: https://github.com/pointless-code/dial-up
- Owner: pointless-code
- License: mit
- Created: 2024-07-07T18:44:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T17:42:04.000Z (over 1 year ago)
- Last Synced: 2025-03-04T07:44:12.591Z (11 months ago)
- Topics: code, dev, devops, dialup, docker, funny, pointless
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/pointlesscode/dial-up
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## About DialUp
Relive the '90s internet experience: download files at dial-up speeds and rediscover the art of patience!
## Pull from docker
```bash
docker pull pointlesscode/dial-up:latest
docker run --rm -it -v ./:/downloads pointlesscode/dial-up 'url'
```
## Build it yourself
- clone the project and cd to folder
- build and run the image
```bash
docker build -t dial-up .
docker run --rm -it -v ./:/downloads dial-up 'url'
```
## Social
.less
Instagram
Twitter
GitHub
DockerHub
## License
The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).