Skip to content

Commit

Permalink
added share section for nodes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Feb 4, 2021
1 parent 556fc5a commit a28dda5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/manual/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,20 @@ topology:
nodes:
node1:
cmd: bash cmd3.sh
```

### share
Container lab integrates with [mysocket.io](https://mysocket.io) service to allow for private, Internet-reachable tunnels created for sockets of containerlab nodes. This enables effortless access sharing with cusomters/partners/colleagues.

This integration is extensively described on [Share lab access](shared-sockets.md) page.

```yaml
name: demo
topology:
nodes:
r1:
kind: srl
share:
- tcp/22 # tcp port 22 will be exposed
- tcp/57400 # tcp port 57400 will be exposed
```

0 comments on commit a28dda5

Please sign in to comment.