emacs-pe / docker-tramp.el

TRAMP integration for docker containers
339 stars 26 forks source link

hopping over a remote server to docker #23

Closed rmrgh closed 5 years ago

rmrgh commented 5 years ago

I have a container running in a remote VPS. I was hoping to connect to this container through ssh and docker-tramp using the command above:

/ssh:user@myremotevps|docker:somecontainer:/root

But unfortunately I didn't get any success. Is there any way to work around this?

rmrgh commented 5 years ago

ignore this issue, the command actually works, it was a naming issue (confusion between docker tag and docker container name :sweat_smile:)