From 4eb696d33731c0988b4038a87673d979151f29cf Mon Sep 17 00:00:00 2001 From: Bruno Date: Sat, 11 Apr 2020 20:34:42 -0300 Subject: [PATCH 1/2] PR for #844 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39f8893..c7580d6 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) - [Learn Docker](https://github.com/dwyl/learn-docker): step-by-step tutorial and more resources (video, articles, cheat sheets) by [@dwyl](https://github.com/dwyl) - [Play With Docker](https://training.play-with-docker.com/): PWD is a great way to get started with Docker from beginner to advanced users. Docker runs directly in your browser. - [Practical Introduction to Container Terminology](https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/) The landscape for container technologies is larger than just docker. Without a good handle on the terminology, It can be difficult to grasp the key differences between docker and (pick your favorites, CRI-O, rkt, lxc/lxd) or understand what the Open Container Initiative is doing to standardize container technology. +- [Practical Guide about Docker Commands in Spanish](https://github.com/brunocascio/docker-espanol) This spanish guide contains the use of basic docker commands with real life examples. **Cheatsheets** by From 4bae863c4a0a81d9bc01313386fdba9d615b1fe5 Mon Sep 17 00:00:00 2001 From: Bruno Date: Sat, 11 Apr 2020 20:36:36 -0300 Subject: [PATCH 2/2] Hotfix order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7580d6..5da4d37 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,8 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) - [Katacoda](https://www.katacoda.com/courses/docker): Learn Docker using Interactive Browser-Based Labs - [Learn Docker](https://github.com/dwyl/learn-docker): step-by-step tutorial and more resources (video, articles, cheat sheets) by [@dwyl](https://github.com/dwyl) - [Play With Docker](https://training.play-with-docker.com/): PWD is a great way to get started with Docker from beginner to advanced users. Docker runs directly in your browser. -- [Practical Introduction to Container Terminology](https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/) The landscape for container technologies is larger than just docker. Without a good handle on the terminology, It can be difficult to grasp the key differences between docker and (pick your favorites, CRI-O, rkt, lxc/lxd) or understand what the Open Container Initiative is doing to standardize container technology. - [Practical Guide about Docker Commands in Spanish](https://github.com/brunocascio/docker-espanol) This spanish guide contains the use of basic docker commands with real life examples. +- [Practical Introduction to Container Terminology](https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/) The landscape for container technologies is larger than just docker. Without a good handle on the terminology, It can be difficult to grasp the key differences between docker and (pick your favorites, CRI-O, rkt, lxc/lxd) or understand what the Open Container Initiative is doing to standardize container technology. **Cheatsheets** by