Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 739 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 739 Bytes

Starting devcontainer

  • Use vscode (codium don't will work)
  • Stup the extension devcontainer
  • Open libresign folder at vscode
  • After open you will see a message "Reopen in container", do this

Stopping devcontainer

docker stop $(docker ps -aq)
docker rm $(docker ps -aq)

Cleaning all volumes

This will be necessary when you want to have a new clean environment

docker volume rm $(docker volume ls -q )

Looking logs

Nginx

docker logs libresign_devcontainer-nginx-1 -f --tail 100

Nextcloud

  • Open the console inside vscode
  • Run:
    tail -f data/nextcloud.log

Database

  • Open the console inside vscode
  • Run:
    tail -f data/database.log