mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Docker: Fix typo in README.md, travis: fix image name (#564)
This commit is contained in:
parent
0c00b6ce27
commit
e41d408fda
@ -4,5 +4,4 @@ services:
|
||||
- docker
|
||||
|
||||
script:
|
||||
- docker build -t radare/cutter .
|
||||
- docker images
|
||||
- docker build -t radareorg/cutter .
|
||||
|
@ -8,7 +8,7 @@ These files provide an easy way to deploy *Cutter* in a Docker container. After
|
||||
|
||||
## Mounting and Using a Specific Binary
|
||||
|
||||
The `Makefile` allows mounting a single binary file as read-only, which will also be used as an input for *Cutter*. To use this feature, execute `make run BINARY=/absolote/path/to/binary`.
|
||||
The `Makefile` allows mounting a single binary file as read-only, which will also be used as an input for *Cutter*. To use this feature, execute `make run BINARY=/absolute/path/to/binary`.
|
||||
|
||||
## Additional Notes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user