Skip to content

Commit

Permalink
<fix>: Fix the mount path used by run_flowvisor_container script.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelorenz committed Sep 12, 2020
1 parent 503b6a4 commit bae1313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# About: Run FlowVisor docker image with host networking and interactive mode
#

docker run -v /home/vagrant/comnetsemu/app/realizing_network_slicing/Multi-tenant-SDN-Slicing-in-ComNetsEmu/flowvisor/slicing_scripts:/root/slicing_scripts -it --rm --network host flowvisor:latest /bin/bash
docker run -v /home/vagrant/comnetsemu/app/realizing_network_slicing/multi_tenant_sdn_slicing/flowvisor/slicing_scripts:/root/slicing_scripts -it --rm --network host flowvisor:latest /bin/bash

0 comments on commit bae1313

Please sign in to comment.