Replies: 1 comment 2 replies
-
This might need further debugging of the docker driver, it was an external contribution and I unfortunately don't have much expertise with the driver. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to use labgrid with DockerDaemon + DockerDriver.
When I'm using the following command:
labgrid-client -c ../first_test/local.yaml power on
I can see for one second the new container but then it just disappear (by using docker ps command)
this is my local.yaml config file:
targets:
main:
resources:
RemotePlace:
name: idan
drivers:
DockerDriver:
image_uri: 'bash:devel-alpine3.19'
container_name: 'ubuntu-lg-example'
host_config: {'network_mode': 'bridge'}
network_services: [{'port': 22, 'username': 'root', 'password': 'root'}]
command: 'sleep 500'
DockerStrategy: {}
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions