Build a Ubuntu Linux environment with Ryu
38
This Dockerfile is used to build a Ubuntu Linux environment with Ryu SDN Framework on the Docker container.
NOTICE: We provided a script file
main.sh for you to help you to build the Docker container easily.
main.sh to build a Docker container
# Make sure your current directory is in "./"
# Command format:
$ ./main.sh build <DOCKERFILE_PATH> <IMAGE_NAME> <EXTERNAL_PORT>
# Example: Use the Dockerfile in "./ryu-env/" and build a Docker image named "ryu-env" which externel port is 9487
$ ./main.sh build ./ryu-env/Dockerfile ryu-env 9487
# Make sure your current directory is in "./"
# Command format:
$ ./main.sh clean <CONTAINER_NAME>
# Example: Remove the container named "ryu-env_c"
$ ./main.sh clean ryu-env_c
NOTICE: We only support the environment on Ubuntu Linux 16.04 LTS (64-bit) currently! Besides, the environment of Ubuntu Linux 16.04 LTS (64-bit) is built from my own Docker image. You can refer to the Dockerfile here.
ryu-env:4.30
GNU General Public License v3.0
Content type
Image
Digest
Size
-
Last updated
over 7 years ago
docker pull yungshenglu/ryu-env:4.30