Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 356 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 356 Bytes

Vagrant para keywork

Init and start

vagrant up

Stop

vagrant halt

Suspend

vagrant suspend

Resume

vagrant resume

Access VM

vagrant ssh

Inside VM

View IDM logs

docker logs -f idm

Enter docker (via bash)

docker exec -i -t idm /bin/bash