mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-17 23:50:13 +01:00
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:
parent
ea7edbf534
commit
8e0842eb8b
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
* [Docker-Compose](#docker-compose)
|
* [Docker-Compose](#docker-compose)
|
||||||
* [Security](#security)
|
* [Security](#security)
|
||||||
* [Tips](#tips)
|
* [Tips](#tips)
|
||||||
|
* [Online Tutorials](#online-tutorials)
|
||||||
* [Contributing](#contributing)
|
* [Contributing](#contributing)
|
||||||
|
|
||||||
## Why Docker
|
## 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).
|
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).
|
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
|
## Tips
|
||||||
|
|
||||||
Sources:
|
Sources:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue