Add docker/goss - resource for testing docker images

This commit is contained in:
Marcelo Boeira
2019-07-07 13:57:33 +02:00
parent fffdf58a32
commit c45b607833
4 changed files with 8 additions and 0 deletions

View File

@@ -271,6 +271,11 @@ At the moment this is not useful for anyone but myself, if at some point I find
* Infrastructure as Code * Infrastructure as Code
* [What is IaC?](https://www.youtube.com/watch?v=RO7VcUAsf-I) 📼 🆓 * [What is IaC?](https://www.youtube.com/watch?v=RO7VcUAsf-I) 📼 🆓
* [Getting Started with IaC](https://www.youtube.com/watch?v=G3D14I5_NIk) 📼 🆓 * [Getting Started with IaC](https://www.youtube.com/watch?v=G3D14I5_NIk) 📼 🆓
* Containers
* [Docker](https://www.docker.com)
* Testing
* [goss/dgoss](https://github.com/aelsabbahy/goss) - Test docker images ⭐️
* [marceloboeira/kurz](https://github.com/marceloboeira/kurz) - Example setup ✍🏻
* Orchestration * Orchestration
* Kubernetes * Kubernetes
* Internals * Internals

1
TODO
View File

@@ -25,6 +25,7 @@ https://www.youtube.com/watch?v=aZjYr87r1b8
https://github.com/zowens/commitlog/blob/master/src/file_set.rs#L17-L98 https://github.com/zowens/commitlog/blob/master/src/file_set.rs#L17-L98
Distributed Systems Distributed Systems
- Raft - Raft
- https://www.youtube.com/watch?time_continue=5&v=Hm_m4MIXn9Q
- Paxos - Paxos
https://www.amazon.de/Designing-Distributed-Systems-Patterns-Paradigms/dp/1491983647/ref=pd_rhf_dp_s_pd_crcd_0_7/257-9514931-3061115?_encoding=UTF8&pd_rd_i=1491983647&pd_rd_r=1815f6be-471d-4f48-b420-f0399955883d&pd_rd_w=9aqLb&pd_rd_wg=oxfmN&pf_rd_p=7538ba11-5fe0-47c6-a94f-8715960a4f1d&pf_rd_r=5Z9WWAJ2DD72JDKND0FD&psc=1&refRID=5Z9WWAJ2DD72JDKND0FD https://www.amazon.de/Designing-Distributed-Systems-Patterns-Paradigms/dp/1491983647/ref=pd_rhf_dp_s_pd_crcd_0_7/257-9514931-3061115?_encoding=UTF8&pd_rd_i=1491983647&pd_rd_r=1815f6be-471d-4f48-b420-f0399955883d&pd_rd_w=9aqLb&pd_rd_wg=oxfmN&pf_rd_p=7538ba11-5fe0-47c6-a94f-8715960a4f1d&pf_rd_r=5Z9WWAJ2DD72JDKND0FD&psc=1&refRID=5Z9WWAJ2DD72JDKND0FD

View File

@@ -86,6 +86,8 @@ graph TD
Netw --> airmon Netw --> airmon
Netw --> airodump Netw --> airodump
OPS --> IaC[Infrastructure as Code] OPS --> IaC[Infrastructure as Code]
IaC --> Cont[Containers]
Cont --> Docker
IaC --> CfgMgt[Configuration Management] IaC --> CfgMgt[Configuration Management]
CfgMgt --> Puppet CfgMgt --> Puppet
CfgMgt --> Ansible CfgMgt --> Ansible

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 268 KiB