In this video, learn the beginning of a backend setup utilizing the tools introduced in this chapter in order to build the proper elements of a backend with Docker.
- [Instructor] Okay, so now that we've seen … how to work with a simple Node and Express backend, … let's add a little bit more to a similar project … that has routes, a full API with endpoints, … and a Mongo database and see how this would work. … In the process, we'll introduce Compose. … So, the first thing we're going to do … is clean up what we have in our backend here. … So, we'll just delete all this. … And then go in the exercise files, … and in the resources, go to the backend. … So, we're going to grab the full backend here, … so copy that and then paste it here. … Perfect. … And then we're going to open this … inside of Visual Studio Code. … So, before we continue, I want to … talk a little bit about Compose. … So, Compose is a tool that allows you … to manage multiple containers and set … your entire backend with a single file. … So, let's take a look at what that looks like. … So, right now we could literally grab … the Dockerfile and dockerignore from the … previous project that we've done. …
Author
Released
6/18/2019- Docker use cases for developers
- Deploying your first Docker app
- Using base commands
- Setting up back-end and front-end architecture
- Integrating Docker with CI/CD
- Working with swarms and Kubernetes
Skill Level Beginner
Duration
Views
Related Courses
-
Learning Docker
with Arthur Ulfeldt2h 41m Beginner -
Learning Jenkins
with Michael Jenkins1h 20m Beginner -
Learning Git and GitHub
with Ray Villalobos1h 21m Beginner
-
Introduction
-
Leverage the power of Docker1m 17s
-
-
1. Overview of Docker
-
Install Docker on a Mac1m 13s
-
Install Docker on Linux3m 32s
-
Set up the base application1m 14s
-
Explore base commands4m 52s
-
2. Develop with Docker
-
Practical frontend setup3m 41s
-
3. CI and Deployment with Docker
-
4. Other Options
-
Overview of Swarm1m 11s
-
Overview of Kubernetes1m 5s
-
-
Conclusion
-
Next steps1m 1s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Practical backend with compose