1 00:00:04,730 --> 00:00:06,700 ‫All right. 2 00:00:06,880 --> 00:00:08,987 ‫Docker security is what this section is all 3 00:00:10,160 --> 00:00:11,950 ‫focused on, and it's not just the Docker Engine itself. 4 00:00:12,450 --> 00:00:14,748 ‫This is essentially my top 10 for any Docker related 5 00:00:15,770 --> 00:00:19,369 ‫project. So, if you're going to do containers for a 6 00:00:19,370 --> 00:00:21,310 ‫real world production setting, then there's 7 00:00:22,940 --> 00:00:24,290 ‫a laundry list of things that you could do. Everything from 8 00:00:24,291 --> 00:00:25,761 ‫code scanning to securing down 9 00:00:27,232 --> 00:00:29,180 ‫your hosts, like making sure that that's configured 10 00:00:29,181 --> 00:00:31,873 ‫correctly, to the containers themselves, to the images. 11 00:00:32,080 --> 00:00:34,152 ‫There's a bunch of stuff. I have a list. 12 00:00:34,270 --> 00:00:37,360 ‫It's in my GitHub AMA actually. 13 00:00:37,370 --> 00:00:40,789 ‫There's a link here. Then I took 14 00:00:40,790 --> 00:00:43,399 ‫an entire hour. I think it was Halloween this year, so 15 00:00:43,400 --> 00:00:45,235 ‫you'll see like a little Halloween graphic. 16 00:00:45,700 --> 00:00:48,142 ‫I get a YouTube live where I went through the entire list, 17 00:00:48,143 --> 00:00:50,201 ‫detailing each step, why you need to do it 18 00:00:51,084 --> 00:00:53,436 ‫and what it's about. I took those and broke them 19 00:00:54,770 --> 00:00:55,770 ‫into individual lectures here. 20 00:00:56,220 --> 00:00:57,677 ‫So, you can hop around this whole section to 21 00:00:59,270 --> 00:01:01,032 ‫decide which topics you want to research. 22 00:01:01,940 --> 00:01:04,292 ‫Each one of these is its own little project that 23 00:01:04,970 --> 00:01:07,077 ‫you would use to implement that feature for 24 00:01:08,090 --> 00:01:09,330 ‫increasing your security in containers. 25 00:01:09,940 --> 00:01:10,370 ‫Enjoy.