robotframework-docker
robotframework-docker copied to clipboard
Robot Framework library for testing with Docker containers and Docker Compose
It seems like the code works fine (pip allows to ignore dependencies in some circumstances), though with tools that actually properly enforce versions (like python) I'm forced to use older...
Fixes https://github.com/vogoltsov/robotframework-docker/issues/33
Came here looking for a solution that allows me to SSH to a VM and manage docker containers on the remote host. You could leverage Robot Framework's SSHLibrary to achieve...