docker.el
docker.el copied to clipboard
Can't run a shell inside container
I received an error when tried to run shell in container: Method ‘docker’ is not known
. Installation of the docker-tramp
package fixes the issue for me, but I still considering it a bug:) - my emacs 28 don't have tramp-container.el
Hum. Maybe I could detect if tramp-container is installed and throw a pretty error if not, advicing to install docker-tramp.
Fixed in d837c7d