Skip to content

Commit

Permalink
Revert "Add paramiko as dependency to allow DOCKER_HOST usage"
Browse files Browse the repository at this point in the history
This reverts commit 6a93f7c.
  • Loading branch information
ivotron committed Jun 27, 2020
1 parent 6a93f7c commit 07f911b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
20 changes: 1 addition & 19 deletions docs/sections/cn_workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,25 +338,7 @@ engine-specific configuration options via the `--conf` flag.
### Docker

Docker is the default engine used by the `popper run`. All the
container configuration for the docker engine is supported by Popper.
Popper also supports running workflows on remote docker daemons by use
of the `DOCKER_HOST`, `DOCKER_TLS_VERIFY` and `DOCKER_CERT_PATH`
variables, as explained in [the official
documentation][docker-remote]. For example:

```bash
export DOCKER_HOST="ssh://myuser@hostname"
popper run -f wf.yml
```

The above runs the workflow on the `hostname` machine instead of
locally. It assumes the following:

1. `myuser` has passwordless access to `hostname`, otherwise the
password to the machine is requested.
2. The `myuser` account can run `docker` on the remote machine.

[docker-remote]: https://docs.docker.com/engine/reference/commandline/dockerd
container configuration for the docker engine is supported by Popper.

### Singularity

Expand Down
1 change: 0 additions & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"docker==4.2.0",
"dockerpty==0.4.1",
"GitPython==3.1.0",
"paramiko==2.7.1",
"pykwalify==1.7.0",
"python-box==4.2.3",
"pyyaml==5.3.1",
Expand Down

0 comments on commit 07f911b

Please sign in to comment.