You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm -p 7000:8080 \
-v /home/my_user/my_data:/home/caido/.local/share/caido caido/caido:latest
here is a docker compose that can be added as well.
services:
caido:
image: 'caido/caido:latest'
restart: unless-stopped
ports:
- '7000:8080'
volumes:
- ' /home/my_user/my_data:/home/caido/.local/share/caido'
# do not forget to "chown -R 999:999 /home/my_user/my_data" as this is the id of the caido user
Don
I also suggest allow changing /home/caido/.local/share/caido to something else via env var.
Testing this out now. Liking it so far. Keep up the great work.
The text was updated successfully, but these errors were encountered:
the correct command is:
here is a docker compose that can be added as well.
Don
I also suggest allow changing /home/caido/.local/share/caido to something else via env var.
Testing this out now. Liking it so far. Keep up the great work.
The text was updated successfully, but these errors were encountered: