Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/amlight-topology/README
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ cd /tmp
git clone https://github.com/amlight/amlight-sdx

# AmLight
docker run -d --name amlight -p 6653:6653 -p 8181:8181 -v $(pwd)/amlight-sdx:/amlight-sdx gitlab.ampath.net:5000/amlight/kytos-prod:testing
docker run -d --name amlight -p 6653:6653 -p 8181:8181 -v $(pwd)/amlight-sdx:/amlight-sdx amlight/kytos-prod:latest

# SAX
docker run -d --name sax -p 6654:6653 -p 8182:8181 -v $(pwd)/amlight-sdx:/amlight-sdx gitlab.ampath.net:5000/amlight/kytos-prod:testing
docker run -d --name sax -p 6654:6653 -p 8182:8181 -v $(pwd)/amlight-sdx:/amlight-sdx amlight/kytos-prod:latest

# TENET
docker run -d --name tenet -p 6655:6653 -p 8183:8181 -v $(pwd)/amlight-sdx:/amlight-sdx gitlab.ampath.net:5000/amlight/kytos-prod:testing
docker run -d --name tenet -p 6655:6653 -p 8183:8181 -v $(pwd)/amlight-sdx:/amlight-sdx amlight/kytos-prod:latest

INSTALL sdx napp
docker exec -it tenet bash
Expand Down