TODO
- pg: use superuser account (create extension)
docker-compose.yml: prefer dicts over arraysdocker-compose.yml: no explicit network is needed- add
UIDvariable .dockerignoredocker-compose.yml:environmentafterenv_file
| Course url: https://linuxacademy.com/containers/training/course/name/docker-deep-dive-part-1 | |
| ==================== All Docker Command While Learning Docker ========================= | |
| Get a list of all of the Docker commands: | |
| docker -h | |
| ====== Attaching to Container , run in background , name it ========== | |
| Create a container and attach to it: |
| version: '3.3' | |
| services: | |
| nginx: | |
| image: mycustom/nginx:latest | |
| build: | |
| context: ./Dockerfiles/nginx | |
| hostname: docker.local | |
| volumes: | |
| - ${HOME}/dockerSites/www:/var/www | |
| - nginxlogs:/var/log/nginx |
| // Subscribe on YouTube, and follow on TikTok (@mattupham)! Socials found below: | |
| // https://mattupham.com/links | |
| // @ me on Discord with any questions! | |
| https://link.mattupham.com/discord | |
| // -------------------------------------------- | |
| // PLEASE REPLACE "your-api-key-here" WITH AN | |
| // API KEY FROM https://ipgeolocation.io/ | |
| let apiKey = "your-api-key-here"; |
Cloud Security Orienteering: Checklist
by Rami McCarthy
via TL;DR sec
How to orienteer in a cloud environment, dig in to identify the risks that matter, and put together actionable plans that address short, medium, and long term goals.
Based on the Cloud Security Orienteering methodology.