mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-01 20:52:53 +00:00
Feature/docker4build (#192)
* Help developers with docker-compose configuration * unrequire Buillderfile * GOOS and GOARCH from environment
This commit is contained in:
11
README.md
11
README.md
@@ -445,6 +445,17 @@ go get -v github.com/kovetskiy/mark
|
||||
$ docker run --rm -i kovetskiy/mark:latest mark <params>
|
||||
```
|
||||
|
||||
### Compile and install using docker-compose
|
||||
|
||||
Mostly useful when you intend to enhance `mark`.
|
||||
|
||||
```bash
|
||||
# Create the binary
|
||||
$ docker-compose run markbuilder
|
||||
# "install" the binary
|
||||
$ cp mark /usr/local/bin
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user