File: env.yaml

package info (click to toggle)
labgrid 25.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,796 kB
  • sloc: python: 21,352; sh: 846; makefile: 35
file content (14 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
targets:
  main:
    resources:
      - DockerDaemon:
          docker_daemon_url: "unix:///var/run/docker.sock"
    drivers:
      - DockerDriver:
          image_uri: "rastasheep/ubuntu-sshd:16.04"
          container_name: "ubuntu-lg-example"
          host_config: {"network_mode":"bridge"}
          network_services: [{"port":22,"username":"root","password":"root"}]
      - DockerStrategy: {}
      - SSHDriver:
          keyfile: ""