Skip to content

Instantly share code, notes, and snippets.

@M3nin0
Created September 16, 2021 13:52
Show Gist options
  • Save M3nin0/ba956ee14462a16658da3ed2d106e3ae to your computer and use it in GitHub Desktop.
Save M3nin0/ba956ee14462a16658da3ed2d106e3ae to your computer and use it in GitHub Desktop.
WorCAP 2021 - Executando o myQLM no Linux
# 1° Download dos exemplos
git clone https://github.com/myQLM/myqlm-notebooks
# 2° Executando a imagem com o exemplo baixado
docker run -it --rm -p 8899:8899 -v $PWD/myqlm-notebooks -v $PWD/myqlm-notebooks:/myqlm gfccosta/myqlm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment