-
Notifications
You must be signed in to change notification settings - Fork 31
Lab 4. Functions
smartx-jjbae edited this page Jul 5, 2016
·
8 revisions
#Functions Lab
- Functions Lab은 지금껏 사용해왔던 Docker의 개념과 기본적인 사용법을 다시 한 번 리뷰하고, Docker의 강점 중 하나인 Docker Hub를 이용하여 Docker container 기반의 3-Tier web application 을 실제로 구축해보는 과정을 담고 있습니다. 이 실습에서는 Docker의 큰 특징이라고 할 수 있는 Docker image의 특징에 대한 복습, Docker Hub에 공유된 Docker image사용과 이를 통한 3-Tier web application 구축, 그리고 Docker의 아주 기본적인 네트워크 옵션인 --link 옵션에 대한 이해를 목표로 하고 있습니다.
- 내용은 크게 두 섹션으로 구성되어 있습니다.
- 3-Tier web application 구축
- Appendix: Docker private registry 사용해보기
##Slides Release History ###0.1.1 (June 2016)
- Slide Download: Functions_Lab_v0.1.1.pdf
- Demo Video: Functions_Lab_Demo_v0.1.1.mp4
- Release Note
- wordpress url에 대해 일부 혼동을 줄 수 있는 표현 수정
###0.1.0 (May 2016)
- Slide Download: 상위호환 버전인 1.1.0을 사용해주세요.
- Release Note
- 최초 버전 제작