Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkure/docker-difff
dockerized difff
https://github.com/walkure/docker-difff
Last synced: 4 days ago
JSON representation
dockerized difff
- Host: GitHub
- URL: https://github.com/walkure/docker-difff
- Owner: walkure
- Created: 2024-04-02T13:44:20.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-02T16:24:13.000Z (9 months ago)
- Last Synced: 2024-12-23T15:48:19.124Z (13 days ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-difff
The dockerized [difff](https://github.com/meso-cacase/difff/).
## run
```:sh
docker run -p 8080:8080 --rm --name cdif -it ghcr.io/walkure/docker-difff:latest
```## for debug
### build locally
```:sh
docker build -t diffff .
```### exec as nonroot
```:sh
docker exec -it cdif sh
```### exec as root
```:sh
docker exec -u root -it cdif sh
```## Author
walkure
## License
MIT.