docker-fabric
docker-fabric copied to clipboard
Integration of Docker deployments into Fabric.
Is it possible to execute a traditional fabric command within a running docker container? e.g. Make the Fabric `run()` execute inside Docker? I'm looking for a tool that can SSH...
After upgrading to python 3.7, `docker[tls]==3.7.1`, `docker-map==1.0.0` and `docker-fabric==0.5.0`, I'm running into the error `unknown flag: --host-config` when trying to create a container. I'm having trouble even finding the `host-config`...
This function was removed. Is it no longer necessary? Has it been replaced by something else? I honestly don't recall why I needed it, but I have a broken reference...
Hi, I'm trying to run a container that depends on some environment variables that I have to pass. I tried to add environment key like this but it seems not...
I'd like very much to use docker-fabric in my projects (especially in testing) but I'm having a hard time trying to figure out how to use it. The examples in...
The CLI introduces an extra wrinkle when it comes to authentication. Since we're not using the API, our local credentials doesn't get used by the client. Obviously, the simplest solution...