https://github.com/pointless-code/pet-rock
A digital PetRock which does the same as a real one!
https://github.com/pointless-code/pet-rock
code docker funny pet-rock pointless
Last synced: 7 months ago
JSON representation
A digital PetRock which does the same as a real one!
- Host: GitHub
- URL: https://github.com/pointless-code/pet-rock
- Owner: pointless-code
- License: mit
- Created: 2024-06-09T15:33:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T17:37:32.000Z (over 1 year ago)
- Last Synced: 2025-03-04T07:44:15.376Z (11 months ago)
- Topics: code, docker, funny, pet-rock, pointless
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/pointlesscode/pet-rock
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## About PetRock
A digital PetRock which does the same as a real one!
## Pull from docker
```bash
docker pull pointlesscode/pet-rock:latest
docker run -d pointlesscode/pet-rock
```
## Build it yourself
- clone the project and cd to folder
- build and run the image
```bash
docker build -t pet-rock .
docker run -d pet-rock
```
## Social
.less
Instagram
GitHub
DockerHub
## License
The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).