Tinkerwell 5 is out now! Your favorite PHP Scratchpad enters the AI age. Tinkerwell 5 is out now! Your favorite PHP Scratchpad enters the AI age with conversational AI, MCP and more. Learn more
First up, open the Docker project via "Open local project". After that, click the Docker icon in the project list and select your container. The working directory should be detected automatically
in most cases it's /var/www/html
.
In case you don't see any containers, check if Docker is running on your machine by running docker ps
in your terminal.
To connect Invoker to your Docker container, your container needs to allow incoming connections via SSH. Follow the "Opening remote projects via SSH" documentation to learn how to connect to remote servers.