A lot of developers may come into Docker with the responsibility of executing a full stack application. In this video, learn how to set up a full stack environment leveraging the Docker tools.
- [Instructor] Now let's put it all together … into a Fullstack project, we'll put all of our … different pieces into a single compose file … and then filed in their own directories. … So let's get to it. … So let's go and create on our desktop … a new folder and I'm going to call this Fullstack, … and then let's go into the exercise files … and go in chapter two and let's first go … and create a folder that will be a React folder … inside of our Fullstack, and we'll call this client, … and then we'll grab all the files from our React project … which we've done last. … Let's go and copy all those files, … and paste them in to our client, … and then let's go and create a new folder … into the Fullstack that we'll call API, … and then let's go into video, 02_03 at the end … and then again let's grab all the files … from that project and put them into our API. … Okay so now we have the basic structure of our project, … let's go into Visual Studio Code … to continue working on it, … and we'll open it inside of Visual Studio Code. …
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: Full stack setup: Put it all together