Skip to content

Commit

Permalink
Merge pull request #30 from MobSF/ajinabraham-patch-1
Browse files Browse the repository at this point in the history
Update docker_options.md
  • Loading branch information
ajinabraham authored Nov 17, 2024
2 parents 98c019b + bcc5f26 commit 40ad18d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docker_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ docker run -it --rm -p 8000:8000 opensecurity/mobile-security-framework-mobsf:la
#### For persistence

```bash
# On Linux
mkdir <your_local_dir>
chown -R 9901:9901 <your_local_dir>
sudo chown -R 9901:9901 <your_local_dir>

docker run -it --rm --name mobsf -p 8000:8000 -v <your_local_dir>:/home/mobsf/.MobSF opensecurity/mobile-security-framework-mobsf:latest
```

Expand Down Expand Up @@ -48,7 +50,10 @@ docker logs -f --tail 100 mobsf
#### For Postgres and Nginx reverse proxy support

```bash
# Install docker compose.
# On Linux
mkdir -p $HOME/MobSF/mobsf_data
sudo chown -R 9901:9901 $HOME/MobSF/mobsf_data

cd docker

# Download the latest images
Expand Down

0 comments on commit 40ad18d

Please sign in to comment.