mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +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
|
- docker
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker build -t radare/cutter .
|
- docker build -t radareorg/cutter .
|
||||||
- docker images
|
|
||||||
|
@ -8,7 +8,7 @@ These files provide an easy way to deploy *Cutter* in a Docker container. After
|
|||||||
|
|
||||||
## Mounting and Using a Specific Binary
|
## 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
|
## Additional Notes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user