Skip to content
Snippets Groups Projects
compose.yaml 363 B
Newer Older
COLIN Éloi's avatar
COLIN Éloi committed
services:
  p4:
    container_name: resprog
    # image: "registry.app.unistra.fr/jr.luttringer/reseaux-programmables-conteneur/p4-utils"
    image: "p4-utils"
    volumes:
      # - type: bind
      #   source: ./tmuxp/
      #   target: /tmuxp/
      - type: bind
        source: .
        target: /home/
    privileged: true
    stdin_open: true
    tty: true