An open API service indexing awesome lists of open source software.

https://github.com/dgapitts/learning-docker


https://github.com/dgapitts/learning-docker

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## Background

Notes and scripts for learning-docker

## General Docker Notes

* [Getting started with doco vagrant-c7-docker-oraclexe - my first docker demo project](https://github.com/dgapitts/vagrant-c7-docker-oraclexe)
* [Docker Security "Cheat Sheet" from OWASP - currently 13 key rules](https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html)
* [Working-with-Dockerfiles](docs/010-Working-with-Dockerfiles.md)
* [Problems with using brew for docker setup - Cannot connect to the Docker daemon ](docs/brew-for-docker-setup.md)
* [Build custom vidardb/postgresql:rocksdb-6.2.4_demoXX images](docs/build-custom-rocksdb-image.md)
* [Setup jupyter notebooks via docker](docs/jupyter-notebooks-via-docker.md)
* [Cockroachdb setup 3 node cluster within docker](docs/cockroachdb-setup.md)
* [CockroachDB docker compose file - 3 node cluster with pgbench](docs/cockroach-docker-compose.md)
* [Yugabytedb setup with big insert tests - some interesting stats](docs/yugabytedb-setup.md)

## A Cloud Guru Course notes

* [010-base-docker-package-setup-via-aptget](docs/010-base-docker-package-setup-via-aptget.md)
* [020-hello-docker-world-and-removing-sudo-requirement](docs/020-hello-docker-world-and-removing-sudo-requirement.md)
* [030-Set-Default-Logging-Driver-to-syslog](docs/030-Set-Default-Logging-Driver-to-syslog.md)
* [040-Building-a-Docker-Swarm](docs/040-Building-a-Docker-Swarm.md)