[슬라이드 보기]

환경 구성

6편과 동일 합니다.

git: https://github.com/netpple/make-container-without-docker/tree/overlay-nw

Git clone

$ git clone https://github.com/netpple/make-container-without-docker.git

VM 생성

$ cd make-container-without-docker
$ git checkout overlay-nw
$ vagrant up

VM 확인

$ vagrant status

VM 접속

### 터미널#1 접속
$ vagrant ssh ubuntu1804

### 터미널#2 접속
$ vagrant ssh ubuntu1804-2