Skip to content

Instantly share code, notes, and snippets.

View imacruz's full-sized avatar

Iansey Murilo A. Cruz imacruz

View GitHub Profile
@tuliocll
tuliocll / docker-php-vscode.md
Last active July 27, 2023 22:25
script to create a php executable file from container to your machine, then you can setup the PHP › Validate: Executable Path on vscode.

Starting

  • create a file on /usr/local/bin with name 'php';
nano /usr/local/bin/php
  • paste de following code:
#!/bin/bash
docker exec -i --user=1000:1000 YOUR-CONTAINER-NAME php "$@"
@dmds1993
dmds1993 / installerTestLink.txt
Created August 6, 2015 14:57
How to installer testLink for ubuntu