Skip to content

Latest commit

 

History

History
 
 

.devcontainer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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