Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] doc for docker caido is not up-to-date. #42

Open
cocoonkid opened this issue Nov 4, 2023 · 0 comments
Open

[docs] doc for docker caido is not up-to-date. #42

cocoonkid opened this issue Nov 4, 2023 · 0 comments
Assignees

Comments

@cocoonkid
Copy link

cocoonkid commented Nov 4, 2023

the correct command is:

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.

@Sytten Sytten transferred this issue from caido/caido Nov 7, 2023
@Sytten Sytten self-assigned this Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants