课程: Docker for Developers

今天就学习课程吧!

今天就开通帐号,24,600 门业界名师课程任您挑!

Overview back-end/front-end architecture

Overview back-end/front-end architecture - Docker教程

课程: Docker for Developers

Overview back-end/front-end architecture

- [Instructor] If you have a fairly good idea of how you'd split a full-stack application, feel free to skip this video and get down to it. In this chapter, we'll take a look at how we do frontend, backend, and then a full-stack application with Docker. We'll first get started with a backend on its own and then move on to a frontend by itself, and finally, a full-stack application. So feel free to skip to the part you prefer. In all cases, we'll build a container for all static assets and also splitting the backend, frontend, and finally, our persistence into its song container with a volume for the data port/DB directory. In other words, all items that don't need changing, such as the code of our applications, will be hosted in containers and the dynamic pieces will need a volume in order to be able to host data. So with this brief introduction, let's get right to it and get started on working with our example apps.

内容