Skip to content

How to DOCKER_HOST with ssh? #302

Description

@Kleywalker

Hi!

I run ducker with the following command:

DOCKER_HOST=ssh://stefan@voyager RUST_BACKTRACE=full ducker

voyager is my pi in the local netzwork.

docker compose with prefix DOCKER_HOST=ssh://stefan@voyagerworks just fine.

I get the following output:

Error:
   0: failed to create docker connection, potentially due to misconfiguration (see https://github.com/robertpsoane/ducker#configuration)
   1: unable to connect to docker socket unix:///var/run/docker.sock
   2: Socket not found: /var/run/docker.sock

Location:
   src/docker/util.rs:98

  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   1: __mh_execute_header<unknown>
      at <unknown source file>:<unknown line>
   2: __mh_execute_header<unknown>
      at <unknown source file>:<unknown line>

Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.

I am on a Mac and I have no further configuration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions