Skip to content

Commit 7b77d4b

Browse files
committed
Correct Docker info in readme
1 parent 3326ab9 commit 7b77d4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ for function in deci.functions:
8787
### Docker Container
8888
If you are attempting to install DAILA for a one-shot install that will not use the internet after install, like on a secure network, you can use our Docker container.
8989
You should either build the container yourself, save the image to a tarball, and then load it on the target machine, or you can use our pre-built image.
90-
You can build the container yourself by running `docker build -t daila .` in the root of this repo.
91-
You can also download our pre-built image by running `docker pull binsync/daila:latest` (the image is for x86_64 Linux).
90+
You can build the container yourself by running `docker build . -t daila` in the root of this repo.
91+
You can also download our pre-built image by running `docker pull mahaloz/daila:latest` (the image is for x86_64 Linux).
9292
The container contains DAILA and a copy of Ghidra.
9393

9494
Now you need to foward X11 to the container so that you can see the GUI.
9595
To do this, you need to run the container with the following flags:
9696
```bash
97-
docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix binsync/daila:latest
97+
docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix mahaloz/daila:latest
9898
```
9999

100100
In the container, you can launch ghidra from `/tools/ghidra_10.4_PUBLIC/ghidraRun`.

0 commit comments

Comments
 (0)