Skip to content

Commit

Permalink
[#20] docker system setup info
Browse files Browse the repository at this point in the history
  • Loading branch information
thewolfpack committed Jun 25, 2018
1 parent 9a4cedd commit b68f0f3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions comparison/box-by-box-kvm-docker/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b68f0f3

Please sign in to comment.