From b68f0f31ec3ae13c704643bb7f48b5007ef4e8a4 Mon Sep 17 00:00:00 2001 From: Wolfpack Date: Mon, 25 Jun 2018 21:16:06 +0000 Subject: [PATCH] [#20] docker system setup info --- comparison/box-by-box-kvm-docker/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 comparison/box-by-box-kvm-docker/README.md diff --git a/comparison/box-by-box-kvm-docker/README.md b/comparison/box-by-box-kvm-docker/README.md new file mode 100644 index 0000000..62cfdb5 --- /dev/null +++ b/comparison/box-by-box-kvm-docker/README.md @@ -0,0 +1,20 @@ +# Non-orchestrated Box-by-box comparison + +- Host OS: Ubuntu 18.04 +- VM hypervisor: KVM +- Container system: Docker + +## Setup systems for comparison + +### Provision system for testing CNFs on Docker + +Provision a Ubuntu 18.04 system + +Install Docker following the docker-ce install documentation https://docs.docker.com/install/linux/docker-ce/ubuntu/ + * Use the docker package repository + +Test that docker is installed correctly with: `docker run hello-world` + +### Clone comparison code + +git clone git@github.com:cncf/cnfs.git