https://github.com/mohamedelashri/snipp.in-docker
Docker build for snipp.in snippet manager
https://github.com/mohamedelashri/snipp.in-docker
Last synced: 7 months ago
JSON representation
Docker build for snipp.in snippet manager
- Host: GitHub
- URL: https://github.com/mohamedelashri/snipp.in-docker
- Owner: MohamedElashri
- License: mit
- Created: 2021-09-20T23:36:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-18T04:08:49.000Z (over 2 years ago)
- Last Synced: 2025-01-13T19:47:04.613Z (9 months ago)
- Language: Dockerfile
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snipp.in-docker
Docker build for [snipp.in](https://github.com/haxzie/snipp.in) snippet manager## Usage
You can use snipp.in from docker, you can build your own image using```
docker build -t snipp/snipp.in .
```To depoly an snipp.in instance using docker container you can run the following:
```
docker run -it -p 80:80 snipp/snipp.in .
```You can change the host binding port from `80` to other ports.
Now to access the instance you can go to browser and write `http://localhost` or your `ip:port` if you deploy on a vps (public instance) and changed the host binding port.