A typical CI setup involves many iterations of your code. In this video, learn how your set up reacts to this new iteration.
- Now that we have our CI and deploy setup completed, … we can make any changes to our code … and see the whole process start automatically. … And that's the idea. … You create the initial CI, and deploy setup, … and whenever there is a commit to your code, … the rules you set in your Travis file will be implemented. … And in this case, tested with Travis, … and then deployed to Docker, … or whichever service you prefer. … So let's make a small change to the build … to see the impact and how this process works. … So right now, our build has passed, … and we our project deployed to Docker. … So let's go ahead and make a change. … So let's say, for example, we make a change to the index, … and as opposed to do, "I love Docker," … we could do something like, "Our build will succeed." … And save this. … And basically, any changes that you commit to your report. … So any code change in your project, … Travis will automatically start and then deploy … to the service you set in your Travis file. …
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: Application lifecycle with CI and Docker