From the course: Docker for Developers

Unlock the full course today

Join today to access over 24,200 courses taught by industry experts.

Overview back-end/front-end architecture

Overview back-end/front-end architecture - Docker Tutorial

From the course: 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.

Contents