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 - 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.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Overview back-end/front-end architecture1m 2s
-
(Locked)
Practical back end with Compose4m 27s
-
(Locked)
Finalize and test the back-end setup5m 23s
-
(Locked)
Practical front-end setup3m 29s
-
(Locked)
Finalize and test the front-end setup5m 38s
-
(Locked)
Full stack setup: Put it all together7m 41s
-
(Locked)
Other language tips and tricks2m 17s
-
(Locked)
-
-
-
-