https://github.com/pottava/regex-replacer
https://hub.docker.com/r/pottava/regex-replacer/
https://github.com/pottava/regex-replacer
rust
Last synced: over 1 year ago
JSON representation
https://hub.docker.com/r/pottava/regex-replacer/
- Host: GitHub
- URL: https://github.com/pottava/regex-replacer
- Owner: pottava
- Created: 2017-05-16T16:49:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T21:12:32.000Z (about 4 years ago)
- Last Synced: 2025-02-14T18:20:59.251Z (over 1 year ago)
- Topics: rust
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Supported tags and respective `Dockerfile` links:
・latest ([Dockerfile](https://github.com/pottava/regex-replacer/blob/master/Dockerfile))
## Usage
`docker-compose run --rm replace`
with a docker-compose.yml.
```
version: "2.1"
services:
replace:
image: pottava/regex-replacer
volumes:
- .:/app
environment:
- DELIMITER=,
- REPLACE_DELIMITER==
- REPLACE=#\{FOO\}=foo,@BAR=bar
- FILES=a.yaml,b.yaml
```