1
00:00:05,130 --> 00:00:09,570
Now let's push this custom built image to Docker Hub.

2
00:00:10,110 --> 00:00:13,710
In order to do so, you have to first login to Docker Hub.

3
00:00:13,920 --> 00:00:15,870
For that, please enter command.

4
00:00:15,870 --> 00:00:17,250
Docker Login.

5
00:00:19,240 --> 00:00:21,400
I already logged in before.

6
00:00:21,430 --> 00:00:26,840
That's why Docker utilised cached credentials and succeeded.

7
00:00:26,860 --> 00:00:33,240
In your case, if you enter Docker login for the first time, you will be prompted to enter Docker Hub

8
00:00:33,250 --> 00:00:34,420
login and password.

9
00:00:35,470 --> 00:00:44,500
Now I am able to push this build image to Docker Hub that I'll utilise command, docker push and here

10
00:00:44,500 --> 00:00:51,940
will the name of the image which I would like to push to a remote repository hosting service with the

11
00:00:51,940 --> 00:00:53,340
showcase web.

12
00:00:53,350 --> 00:00:53,920
Hello.

13
00:00:54,340 --> 00:00:56,170
Let's go ahead and push it.

14
00:00:57,280 --> 00:01:02,050
Using default tech latest pushing different layers of the image.

15
00:01:05,200 --> 00:01:08,260
It takes some time because image is relatively large.

16
00:01:10,210 --> 00:01:13,000
You see, waiting for those layers.

17
00:01:14,730 --> 00:01:17,500
And finally, this image was pushed to Docker Hub.

18
00:01:17,520 --> 00:01:20,160
Let me verify that it appeared here.

19
00:01:22,010 --> 00:01:25,580
Refresh page and now there was K eight as well.

20
00:01:25,610 --> 00:01:26,010
Hello?

21
00:01:26,030 --> 00:01:26,660
Image.

22
00:01:27,170 --> 00:01:28,130
Wonderful.

23
00:01:28,550 --> 00:01:34,970
This image, by the way, is public and you are able to utilize it as well for your Kubernetes deployments.

24
00:01:35,750 --> 00:01:42,680
Image is ready and available at Docker Hub, and now we are able to create Kubernetes deployment based

25
00:01:42,680 --> 00:01:43,670
on this image.

26
00:01:43,970 --> 00:01:44,840
Let's do that.

