forked from carlmontanari/scrapli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yaml
60 lines (52 loc) · 1.03 KB
/
docker-compose.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
version: "3.3"
services:
iosxe:
hostname: cisco_iosxe
privileged: true
image: scrapli-cisco-iosxe
networks:
net1:
ipv4_address: 172.18.0.11
nxos:
hostname: cisco_nxos
privileged: true
image: scrapli-cisco-nxos
networks:
net1:
ipv4_address: 172.18.0.12
iosxr:
hostname: cisco_iosxr
privileged: true
image: scrapli-cisco-iosxr
networks:
net1:
ipv4_address: 172.18.0.13
eos:
hostname: arista_eos
privileged: true
image: scrapli-arista-eos
networks:
net1:
ipv4_address: 172.18.0.14
junos:
hostname: juniper_junos
privileged: true
image: scrapli-juniper-junos
networks:
net1:
ipv4_address: 172.18.0.15
linux:
hostname: linux
image: dbarroso/stupid_ssh_container
networks:
net1:
ipv4_address: 172.18.0.20
networks:
net1:
driver: bridge
ipam:
config:
- subnet: 172.18.0.0/26
driver_opts:
com.docker.network.bridge.name: br_scrapli