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

Update MISP in Docker #11

Open
przemekzn opened this issue Feb 20, 2017 · 1 comment
Open

Update MISP in Docker #11

przemekzn opened this issue Feb 20, 2017 · 1 comment

Comments

@przemekzn
Copy link

Hello,
I've built and run MISP (2.4.65) in Docker last week. How can I now update MISP to the newest version?

@garanews
Copy link

  1. find the container ID of your MISP image:
    sudo docker ps -a
  2. start a shell session in running container (replace 94f083343111 with your container ID)
    sudo docker exec -u 0 -it 94f083343111 bash
  3. go in MISP folder
    cd /var/www/MISP/
  4. pull
    git pull origin 2.4
  5. update
    git submodule update --init --force
  6. exit from container
    exit

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants