Added Docker Beginner-Friendly Tutorials Playlist in README.md

This playlist is referred from a YouTube channel, Automation Step by Step. This tutorial really helps beginners to understand what is docker, images, containers, Dockerfile, docker composer, etc.
This commit is contained in:
Neelesh Janga 2024-07-12 00:08:04 +05:30 committed by GitHub
parent ea7edbf534
commit 8e0842eb8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@
* [Docker-Compose](#docker-compose)
* [Security](#security)
* [Tips](#tips)
* [Online Tutorials](#online-tutorials)
* [Contributing](#contributing)
## Why Docker
@ -651,6 +652,9 @@ To enable user namespaces ("remap the userns") in Ubuntu 15.10, [follow the blog
The Docker roadmap talks about [seccomp support](https://github.com/docker/docker/blob/master/ROADMAP.md#11-security).
There is an AppArmor policy generator called [bane](https://github.com/jfrazelle/bane), and they're working on [security profiles](https://github.com/docker/docker/issues/17142).
## Online Tutorials
* [Docker Beginner Tutorial by Automation Step by Step](https://www.youtube.com/watch?v=wi-MGFhrad0&list=PLhW3qG5bs-L99pQsZ74f-LC-tOEsBp2rK&index=1)
## Tips
Sources: