Update README.md

This commit is contained in:
Gaetan Longree 2018-05-16 08:41:29 +02:00 committed by GitHub
parent 7623a76b9e
commit 984903f894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ This script will deploy the unikernels by taking the following steps:
The networks are created with the following addressing: The networks are created with the following addressing:
![Proof of concept network addressing scheme](https://git.cetic.be/stages/unikernels/raw/feature/stagelongree2018/MEDIA/unikernel_network.PNG "Proof of concept network addressing scheme") ![Proof of concept network addressing scheme](https://raw.githubusercontent.com/cetic/unikernels/master/MEDIA/unikernel_network.PNG "Proof of concept network addressing scheme")
| VM | IP Address | | VM | IP Address |
| ----------- |-----------------| | ----------- |-----------------|
@ -51,4 +51,4 @@ The container ports are mapped as follows:
| Web server | 80/tcp | 80/tcp | | Web server | 80/tcp | 80/tcp |
| DNS server | 53/udp | 53/udp | | DNS server | 53/udp | 53/udp |
**NOTE:** due to time constraints during the project, the firewall and router applications were not ported to containers. **NOTE:** due to time constraints during the project, the firewall and router applications were not ported to containers.