Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/treehouses/privatebin
https://github.com/treehouses/privatebin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/treehouses/privatebin
- Owner: treehouses
- License: agpl-3.0
- Created: 2019-10-19T03:20:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T03:32:42.000Z (about 4 years ago)
- Last Synced: 2023-02-28T13:31:45.877Z (almost 2 years ago)
- Language: Dockerfile
- Size: 53.7 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# privatebin for Docker
privatebin docker image (Tested on arm)
## How to use?
1. Multiarchitecture Docker image is already at docker hub at `treehouses/privatebin`.
```
docker run -p 8080:80 -d --name privatebin treehouses/privatebin:latest
```## How to make a default image yourself ?
1. Clone this repository and `cd` to the folder.
1. Build a docker image.
```
docker build -t privatebin .
```
1. Create a docker container
```
docker run -p 8080:80 -d --name privatebin privatebin:latest
```