From 43a35b726bf5da7a5d307028ac675b3db57e42d1 Mon Sep 17 00:00:00 2001 From: Histausse Date: Thu, 13 Jun 2024 05:36:26 +0200 Subject: [PATCH] update container name in cmd --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3fcc77..9841bdc 100644 --- a/README.md +++ b/README.md @@ -252,12 +252,12 @@ cd rasta_exp cd .. ``` -The obtained images are named `rasta-`, and the environment variables associated are in `rasta_exp/envs/_docker.env`. The build_docker_images.sh can be edited to chose only one tool to be built. +The obtained images are named `histausse/rasta-:icsr2024`, and the environment variables associated are in `rasta_exp/envs/_docker.env`. The build_docker_images.sh can be edited to chose only one tool to be built. After building a tool, a container can be entered interactively by doing: ``` -docker run --rm --env-file=rasta_exp/envs/mallodroid_docker.env -v /tmp/mnt:/mnt -it rasta-mallodroid bash +docker run --rm --env-file=rasta_exp/envs/mallodroid_docker.env -v /tmp/mnt:/mnt -it histausse/rasta-mallodroid:icsr2024 bash ``` Here, `/tmp/mnt` is mounted to `/mnt` in the container. Put the `apk` in `/tmp/mnt` to analyze it.