@dockerssh
Connector¶
Note: this connector is in beta!
The @dockerssh
connector allows you to run commands on Docker containers on a remote machine.
# A Docker base image must be provided
pyinfra @dockerssh/remotehost:alpine:3.8 ...
# pyinfra can run on multiple Docker images in parallel
pyinfra @dockerssh/remotehost:alpine:3.8,@dockerssh/remotehost:ubuntu:bionic ...
Usage¶
pyinfra @dockerssh/host_image_str ...