Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walkure/docker-difff

dockerized difff
https://github.com/walkure/docker-difff

Last synced: 4 days ago
JSON representation

dockerized difff

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.