Skip to content

Commit

Permalink
linux kind docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyMikhalkin committed Aug 11, 2021
1 parent 3087f30 commit 580e6bc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/manual/kinds/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ As with any other node, the linux container is a node of a specific kind, `linux
name: demo

topology:
n1:
kind: linux
image: alpine:latest
n2:
kind: linux
image: alpine:latest
nodes:
n1:
kind: linux
image: alpine:latest
n2:
kind: linux
image: alpine:latest
links:
- endpoints: ["n1:eth1","n2:eth1"]
```
Expand Down

0 comments on commit 580e6bc

Please sign in to comment.