raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.01k stars 2.74k forks source link

[Docker] SSH Support #13174

Open viardant opened 3 days ago

viardant commented 3 days ago

Extension

https://www.raycast.com/priithaamer/docker

Description

The current Docker extension supports file, HTTP, HTTPS, and TCP transport protocols for connecting to the Docker socket. However, for enhanced security, it is essential to support SSH as a transport protocol to interact with remote Docker sockets, as its the recommended as the safest way to interact with remote Docker sockets.

Who will benefit from this feature?

Anyone using Docker extension to connect with a remote Docker instance

Anything else?

No response

raycastbot commented 3 days ago

Thank you for opening this issue!

🔔 @priithaamer @gebeto @BalliAsghar @noblecloud you might want to have a look.

💡 Author and Contributors commands The author and contributors of `priithaamer/docker` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.