1
00:00:00,610 --> 00:00:05,660
In part one, we will prepare two applications for deployment in Carbonetti.

2
00:00:06,400 --> 00:00:13,990
We will create a super simple, no just application and very simple basic Java application, which will

3
00:00:13,990 --> 00:00:20,190
make both these applications simply log a couple of lines in Jason format, and that's it.

4
00:00:20,830 --> 00:00:25,510
We will then build Dockerty images from these applications using Docker file.

5
00:00:26,050 --> 00:00:30,010
Once we build them locally, we will push them into a private repository.

6
00:00:30,490 --> 00:00:35,220
We will use Docker hub for private repository because the setup is super easy.

7
00:00:35,410 --> 00:00:41,380
You just need to create an account there and also you get one free private repository with your account

8
00:00:41,770 --> 00:00:43,780
so it won't cost you anything.

9
00:00:44,140 --> 00:00:47,960
If you already have another repository, you can of course use that as well.

10
00:00:48,610 --> 00:00:56,260
So at the end of this part, both of our nudges and Java applications will be on Docker private repository

11
00:00:56,500 --> 00:01:00,280
as Docker image is ready to be deployed in coronets.
