Skip to content

Instantly share code, notes, and snippets.

@codekaust
Last active July 22, 2020 12:51
Show Gist options
  • Save codekaust/6414fba7f8c67c5f59d91b22c0db0f46 to your computer and use it in GitHub Desktop.
Save codekaust/6414fba7f8c67c5f59d91b22c0db0f46 to your computer and use it in GitHub Desktop.
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y sudo wget openvswitch-testcontroller && cp /usr/bin/ovs-testcontroller /usr/bin/ovs-controller && wget https://gist.githubusercontent.com/codekaust/99bd949de44c765948fa1e7cc94afd9a/raw/fa65cd49c49c78fc033fd07ff38ff330ef53f799/mininet_install.sh
RUN chmod +x mininet_install.sh && mkdir my_mininet
RUN cd my_mininet && ../mininet_install.sh
ENTRYPOINT /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment