I have installed Docker for Mac(not toolbox). It works, but now I want to use PyCharm with Docker and I don't understand from where I need get this data?
Should I first create machine?
docker-machine create --driver virtualbox default
but if I want to use Docker without any Docker machines, what are the default API URL and certificates folder?
PyCharm provides Docker support using the Docker plugin. The plugin is bundled and enabled by default in PyCharm Professional Edition. For PyCharm Community Edition, you need to install the Docker plugin as described in Install plugins.
Docker engine only runs on Linux. Docker Desktop - Since Docker Engine only runs on Linux, developers who use Windows and macOS for software development cannot run the engine until they spin up a virtual machine (VM) that runs linux.
Based on what you have provided, PyCharm supports only the legacy version of Docker for Mac. The new one needs nor VirtualBox neither Docker Machine.
You could deploy it manually or install the old version of Docker which I wouldn't really recommend.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With