From e41d408fda983da1601fc14a0fb9c259da21d312 Mon Sep 17 00:00:00 2001 From: ps Date: Fri, 6 Jul 2018 08:48:15 +0200 Subject: [PATCH] Docker: Fix typo in README.md, travis: fix image name (#564) --- docker/.travis.yml | 3 +-- docker/README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/.travis.yml b/docker/.travis.yml index bdea2676..418ba7a9 100644 --- a/docker/.travis.yml +++ b/docker/.travis.yml @@ -4,5 +4,4 @@ services: - docker script: - - docker build -t radare/cutter . - - docker images + - docker build -t radareorg/cutter . diff --git a/docker/README.md b/docker/README.md index 9d0e03ba..913bf37e 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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