1
00:00:04,200 --> 00:00:09,620
All right guys we have just explored the python container and we have agreed that a couple of sample

2
00:00:09,760 --> 00:00:12,870
by then applications and now it's a good time to move on.

3
00:00:12,940 --> 00:00:17,200
And the no less dry Amar's container nor the GSR container.

4
00:00:17,730 --> 00:00:23,380
And let me throw to show you that at the moment we don't have no Jeff installed on his computer.

5
00:00:23,480 --> 00:00:25,350
He failed type No I disagree.

6
00:00:25,420 --> 00:00:27,760
I'll seek a man looked found not.

7
00:00:27,760 --> 00:00:29,160
And that means that no.

8
00:00:29,380 --> 00:00:33,790
Along with NPM actually not installed on this computer.

9
00:00:33,790 --> 00:00:39,270
Now let's suppose that you want to create the Lord Jesus application and run it using the good lord

10
00:00:39,580 --> 00:00:46,000
but you don't want to install Lord on your computer or for example you want to run your application

11
00:00:46,090 --> 00:00:52,820
using specific version of node that differs from the basket that is installed on your computer in such

12
00:00:52,830 --> 00:00:58,340
case Docker will help you let us know greed not just container and forest.

13
00:00:58,370 --> 00:00:59,010
Let's pull.

14
00:00:59,020 --> 00:01:04,870
No Jesus in image from Docker Hub and let's create very simple Lord Jesus application that will print

15
00:01:04,930 --> 00:01:08,040
simply hello from Lord Jesus application to the terminal.

16
00:01:08,080 --> 00:01:08,870
Let's do that.

17
00:01:08,950 --> 00:01:10,130
Let's clear terminal.

18
00:01:10,210 --> 00:01:13,740
And let me first look at the containers that are currently arriving.

19
00:01:13,780 --> 00:01:19,720
There are no such containers but if I'll have a look at history I will see bunch of Python containers.

20
00:01:19,840 --> 00:01:27,460
And let me broom them quickly and for that we could use comment docker container Broun like so and all

21
00:01:27,460 --> 00:01:33,790
containers stop containers will be deleted Docker B as does a.

22
00:01:33,920 --> 00:01:39,740
And now I see that there are no stopped containers and notice that the week of reclaimed around ten

23
00:01:39,830 --> 00:01:45,210
megabytes of this space that was utilized by those stopped containers.

24
00:01:45,500 --> 00:01:46,140
Great.

25
00:01:46,140 --> 00:01:47,020
Let me clear.

26
00:01:47,090 --> 00:01:48,590
No no let's pull no.

27
00:01:48,620 --> 00:01:57,590
Jesus image and let's use forced labor stack it is the default one Docker pool node and I'm pulling

28
00:01:57,590 --> 00:02:02,470
from library node and you see that this image has multiple first layers.

29
00:02:02,660 --> 00:02:06,440
Let's wait a bit until the Lord and extraction will be completed.

30
00:02:06,530 --> 00:02:08,880
Meanwhile let me tell you a few words about note.

31
00:02:08,930 --> 00:02:14,700
Lord Jesus is basically back and the javascript framework that allows you to easily and faster create

32
00:02:14,730 --> 00:02:21,500
the any javascript the backend applications and you're able for example read the API using JavaScript

33
00:02:21,560 --> 00:02:27,350
and run it on your back on set rules or you could perform any operations with file system and then this

34
00:02:27,350 --> 00:02:32,930
of course will try to create the simple application that will create the new files in your working directory

35
00:02:32,960 --> 00:02:33,800
and so on.

36
00:02:33,800 --> 00:02:34,960
So that's a no just.

37
00:02:34,970 --> 00:02:41,400
And usually it is used in conjunction with the front and javascript frameworks like reactive you or

38
00:02:41,400 --> 00:02:47,480
angular and you are able to create the javascript the micro Saracens on front end and on back and that

39
00:02:47,680 --> 00:02:54,770
simplifies actually entire development workflow Cape pull and extraction away completed and now we have

40
00:02:54,860 --> 00:03:03,170
node image here locally in our cash and we could verify that Docker images and yes there was no this

41
00:03:03,170 --> 00:03:10,130
list and you see that in size is approximately the same as the size of Python image here you see those

42
00:03:10,130 --> 00:03:13,790
sizes and both of them are round to one gigabyte in size.

43
00:03:13,790 --> 00:03:14,290
Great.

44
00:03:14,360 --> 00:03:21,200
Let's not breed the no GSK container and the left simply created using Docker run not comment like so

45
00:03:21,260 --> 00:03:25,180
Docker Iran node container was great.

46
00:03:25,180 --> 00:03:29,110
That process was terminated and container was stopped as well as usual.

47
00:03:29,370 --> 00:03:32,150
Dr. Pierce there are no containers are.

48
00:03:32,550 --> 00:03:36,420
Let's no run this container in indirect tumult with options.

49
00:03:36,460 --> 00:03:48,740
This I and this deal Dr. Ron this idea node and now I see brilliant welcome to no GSK March 13 14 0

50
00:03:48,890 --> 00:03:54,740
and in your case you may see another option because regulators that may be assigned to different images

51
00:03:54,950 --> 00:04:00,500
at different moments of time for example when there was new stable operation of image is released.

52
00:04:00,590 --> 00:04:04,070
Then their latest is assigned to that new vaccine.

53
00:04:04,070 --> 00:04:04,660
Great.

54
00:04:04,730 --> 00:04:11,060
You were able to dive for example help here not help and you'll see some basic commands that you are

55
00:04:11,060 --> 00:04:16,779
able to utilize in this note the GSK interpreter because we are actually connected now to not just in

56
00:04:16,769 --> 00:04:17,440
therapy.

57
00:04:17,600 --> 00:04:21,560
And we are able to execute some javascript commands directly here.

58
00:04:21,589 --> 00:04:31,250
For example let's type console log hello from node Jesus container like so press enter and you see hello

59
00:04:31,250 --> 00:04:33,860
from no just container here in terminal.

60
00:04:33,860 --> 00:04:34,380
Great.

61
00:04:34,430 --> 00:04:40,310
That's how we were able to connect the two interactive shell inside of the Lord GSK container where

62
00:04:40,310 --> 00:04:43,550
you were able to execute any javascript commands or you could die.

63
00:04:43,550 --> 00:04:49,490
For example 10 plus five and you should get 15 here in the terminal or you could create any variable

64
00:04:49,490 --> 00:04:53,280
for example let's create variable 8 and assign a value to it then.

65
00:04:53,300 --> 00:04:59,410
And here we are able to access variable 10 and in such case you'll see its value here in the terminal.

66
00:04:59,420 --> 00:04:59,880
Great.

67
00:04:59,930 --> 00:05:02,530
That's how you're able to interact with Lord Jesus.

68
00:05:02,570 --> 00:05:08,210
INTERPRETER let's go out of it and actually you need to type a dot exit in order to exit from this interactive

69
00:05:08,210 --> 00:05:12,520
shell like so broad this was terminated and no container will stopped.

70
00:05:12,740 --> 00:05:15,580
Pierce there are no containers running great.

71
00:05:15,710 --> 00:05:22,070
Let's next create the sample nor the GSA application and run it using Node GSK container let's do that

72
00:05:22,070 --> 00:05:22,490
next.

73
00:05:22,490 --> 00:05:22,870
Bye bye.

