Tinkerwell 4 is out now! Get the most popular PHP Scratchpad application. Tinkerwell 4 is out now: Get the most popular PHP Scratchpad with Detail Dive, AI code generation 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.