dannluciano / sendit-ide

SendIT-IDE
https://ide.sendit.dannluciano.com.br/
0 stars 1 forks source link
sendit-ide

SendIT IDE

A SendIT editor and shell

Deployment

To run this project exec:

$ docker compose up --build -d && docker compose logs -f

or

$ docker compose watch

and on other term tab

$ docker compose logs -f

To test docker socket

curl --unix-socket /var/run/docker.sock -H "Content-Type: application/json" http://localhost/info
curl --unix-socket /run/docker.sock -H "Content-Type: application/json" http://localhost/info

Authors