Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mounts option for tinet spec #2

Merged
merged 1 commit into from
Jan 19, 2020

Commits on Jan 16, 2020

  1. Add mounts option for tinet spec

    This commit is add mounts option for spec file.
    For example, If I want to mount `pwd` direcotry as follows:
    ```
    nodes:
      - name: T1
        image: slankdev/frr
        mounts:
          - "`pwd`:/mnt/test"
        interfaces:
          - { name: net0, type: direct, args: T2#net0 }
      - name: T2
        image: slankdev/frr
        interfaces:
          - { name: net0, type: direct, args: T1#net0 }
    `
    ```
    Kento Kawakami committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    cb832af View commit details
    Browse the repository at this point in the history