ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
Docker - Reference Materials
Course Lab Guide : Getting Started with Docker - Docker Tutorial
Run and Operate Containers Lab https://drive.google.com/file/d/1qW0MoxJil-
sPKsX4myCgMx68VRlmSO-s/view?usp=sharing
Building Images Lab https://drive.google.com/file/d/1_Gw_MQnq-
xoxqRDKsZysSv_yAM_eqbpz/view?usp=sharing
Building Image for Facebooc App Nano Projecthttps://drive.google.com/file/d/
1PAhpwDkWriN01ght2QGt0b293pPwVnHF/view?usp=sharing
Docker Single Host Network Lab https://docker-tutorial.schoolofdevops.com/chapterx-
docker-networking/
Docker Networking Lab (PDF) https://drive.google.com/file/d/1PMDgpPE9a1zA612-
sqsL1bEsq_Yzxets/view?usp=sharing
Docker Compose Lab https://drive.google.com/file/d/1N78FHqONE-
v3BhqDZXRNZPSnERxaUJCY/view?usp=sharing
Networking
CNM and Libnetwork
https://github.com/docker/libnetwork/blob/master/docs/design.md
How VXLANs work ?
https://www.youtube.com/watch?v=Jqm_4TMmQz8
Linux Networking Fundamentals
https://events.static.linuxfound.org/sites/events/files/slides/2016%20-
%20Linux%20Networking%20explained_0.pdf
Docker Networking Deep Dive
/Docker/docker-networking-deep-dive?qid=29a3fb8a-
b558-4ae9-bb96-ec50ee461c7c&v=&b=&from_search=8
Overlay Tutorial
https://neuvector.com/network-security/docker-swarm-container-networking/
Docker Networking Tutorial - Learning by Practicing
https://www.securitynik.com/2016/12/docker-networking-internals-container.html
Swarm networks
https://docs.docker.com/v17.09/engine/swarm/networking/
Ip cheatsheet
https://access.redhat.com/sites/default/files/attachments/
rh_ip_command_cheatsheet_1214_jcs_print.pdf
Overlay issues
https://github.com/moby/moby/issues/30820
Network Troubleshooting
https://success.docker.com/article/troubleshooting-container-networking
Monitoring :
Kubernetes Proposes Monitoring Architecture : https://github.com/kubernetes/
community/blob/master/contributors/design-proposals/instrumentation/
monitoring_architecture.md
Swarmprom Stack: https://github.com/stefanprodan/swarmprom
Monitoring UCP
https://docs.docker.com/datacenter/ucp/1.1/monitor/monitor-ucp/
Docker Configurations
Docker Daemon Configs
https://docs.docker.com/config/daemon/
Troubleshooting
Article : Docker Troubleshooting
https://medium.com/@pimterry/5-ways-to-debug-an-exploding-docker-
container-4f729e2c0aa8
https://medium.com/@betz.mark/ten-tips-for-debugging-docker-containers-
cde4da841a1d
Troubleshooting Tips from a Docker Support Engineer
https://www.youtube.com/watch?v=DK1ew1HpmeY
Tips
Connect with shell
check logs
Where are docker daemon logs
https://stackoverflow.com/questions/30969435/where-is-the-docker-daemon-log?
utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
Docker daemon log on ubuntu with systems
sudo journalctl -fu docker.service
Raft ant other files
/var/lib/docker
Network Troubleshooting
https://success.docker.com/article/troubleshooting-container-networking
Utils
brctl
ip link
ip addr
iptables
ipvsadm
nsenter
tcpdump
Kernel panics: https://unix.stackexchange.com/questions/66197/how-to-cause-kernel-
panic-with-a-single-command/67908#67908
Network Issues with Swarm
https://github.com/moby/moby/issues/35358
https://github.com/moby/moby/issues/33790
Docker Administration
Docker Admin Wiki by Aquasec
https://www.aquasec.com/wiki/display/containers/Docker+Administration
Storage
How to deal with the Union File Systems that use Docker (OverlayFS and AUFS)
https://ilearnedhowto.wordpress.com/2018/01/15/how-to-deal-with-the-union-file-
systems-that-use-docker-overlayfs-and-aufs/
Docker Security
VMs vs Docker Security: https://security.stackexchange.com/questions/169642/what-
makes-docker-more-secure-than-vms-or-bare-metal
~Privilege Escalation; ~ https://security.stackexchange.com/questions/152978/is-it-
possible-to-escalate-privileges-and-escaping-from-a-docker-container/153016#153016
~IBMs study on containers vs VMs security : ~ https://www.zdnet.com/article/which-is-
more-secure-containers-or-virtual-machines-the-answer-will-surprise-you/
~Containers vs VMs a security comparison: ~ https://www.infoworld.com/article/
3071679/linux-containers-vs-vms-a-security-comparison.html
~Are VMs more secure than containers? ~ https://www.infoworld.com/article/3197444/
are-vms-more-secure-than-containers.html
~How to secure container based environments: ~ https://www.twistlock.com/
2017/07/06/ultimate-guide-container-security/
https://www.twistlock.com/2017/06/12/4-security-best-practices/
Security Flaws
From https://forums.docker.com/t/root-user-or-non-root-user-inside-container/966/10
Actually, I¡¯ve found that, if you can execute commands as root within a container, and that
container has write access to any filesystem on the host system, then I can root the host
system quite easily. We¡¯re in the process of deciding how to deal with this issue here
before we allow docker to run in the general population, and so far, there hasn¡¯t been a
suitable workaround. I¡¯m really surprised that docker was designed with such an obvious
security flaw.
Volumes and Permission issues
https://stackoverflow.com/questions/31146818/issue-when-trying-to-write-to-a-mounted-
volume-from-inside-a-container-as-a-non?noredirect=1
Did in container has to match the one on the hosts, or you need to run as root ? See if
there is a solution
https://sysdig.com/blog/7-docker-security-vulnerabilities/
SWARM and UCP
UCP Architecture
https://docs.docker.com/datacenter/ucp/2.2/guides/architecture/
UCP Node States
https://docs.docker.com/ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-node-
messages/#ucp-node-states
Troubleshooting UCP Cluster Matrix
https://success.docker.com/article/troubleshooting-a-ucp-22x-cluster
Raft
http://thesecretlivesofdata.com/raft/
Operate Swarm Nodes
https://docs.docker.com/engine/swarm/admin_guide/
SWARM and UCP Setup
Install Docker EE
https://docs.docker.com/install/linux/docker-ee/ubuntu/
Docker EE URL https://store.docker.com/my-content
UCP Setup
https://docs.docker.com/datacenter/ucp/1.1/installation/install-production/
Troubleshooting
Methodology
https://success.docker.com/article/swarm-troubleshooting-methodology
Backup and Disaster Recovery: https://docs.docker.com/ee/ucp/admin/backups-and-
disaster-recovery/
Misc
Monitoring Docker Containers
https://github.com/docker/labs/blob/master/developer-tools/java/chapters/ch10-
monitoring.adoc
Debugging Java Applications with Docker
https://github.com/docker/labs/tree/master/developer-tools/java-debugging
Docker Tutorials and Labs
https://github.com/docker/labs
Docker Security
https://github.com/docker/labs/blob/master/security/README.md
Common Docker Commands
https://github.com/docker/labs/blob/master/developer-tools/java/chapters/appa-
common-commands.adoc
Scheduler by Kelsey: https://youtu.be/HlAXp0-M6SY?t=621
#docker/reference
Ad

Recommended

Real-World Docker: 10 Things We've Learned
Real-World Docker: 10 Things We've Learned
RightScale
?
Dockers & kubernetes detailed - Beginners to Geek
Dockers & kubernetes detailed - Beginners to Geek
wiTTyMinds1
?
Introduction to Docker (as presented at December 2013 Global Hackathon)
Introduction to Docker (as presented at December 2013 Global Hackathon)
J¨¦r?me Petazzoni
?
99cloud Docker Training module 2
99cloud Docker Training module 2
Liang Bo
?
Docker - From Walking To Running
Docker - From Walking To Running
Giacomo Vacca
?
Docker and Containers for Development and Deployment ¡ª SCALE12X
Docker and Containers for Development and Deployment ¡ª SCALE12X
J¨¦r?me Petazzoni
?
Docker primer and tips
Docker primer and tips
Samuel Chow
?
Docker Container Security
Docker Container Security
Suraj Khetani
?
Docker Introduction + what is new in 0.9
Docker Introduction + what is new in 0.9
J¨¦r?me Petazzoni
?
Docker Introduction, and what's new in 0.9 ¡ª Docker Palo Alto at RelateIQ
Docker Introduction, and what's new in 0.9 ¡ª Docker Palo Alto at RelateIQ
J¨¦r?me Petazzoni
?
Dockercon 23 - Getting started with Docker
Dockercon 23 - Getting started with Docker
ssuserfb6acb
?
Docker training
Docker training
Kiran Kumar
?
Perspectives on Docker
Perspectives on Docker
RightScale
?
Docker Essentials Workshop¡ª Innovation Labs July 2020
Docker Essentials Workshop¡ª Innovation Labs July 2020
CloudHero
?
Docker and-containers-for-development-and-deployment-scale12x
Docker and-containers-for-development-and-deployment-scale12x
rkr10
?
5GCroCo_DockerSecurityBasics_Training.pdf
5GCroCo_DockerSecurityBasics_Training.pdf
MaghsoudAbbasPour1
?
Docker 0.11 at MaxCDN meetup in Los Angeles
Docker 0.11 at MaxCDN meetup in Los Angeles
J¨¦r?me Petazzoni
?
Docker 2014
Docker 2014
Open Networking Per¨² (Opennetsoft)
?
Docker workshop 0507 Taichung
Docker workshop 0507 Taichung
Paul Chao
?
ÊÖ°ÑÊÖŽ§ÄãŒW Docker ÈëéTƪ
ÊÖ°ÑÊÖŽ§ÄãŒW Docker ÈëéTƪ
Philip Zheng
?
Docker Basic to Advance
Docker Basic to Advance
Paras Jain
?
Work shop - an introduction to the docker ecosystem
Work shop - an introduction to the docker ecosystem
Jo?o Pedro Harbs
?
Cloud Native Computing - Part III - Containers
Cloud Native Computing - Part III - Containers
Linjith Kunnon
?
Docker From Scratch
Docker From Scratch
Giacomo Vacca
?
Head First to Container&Kubernetes
Head First to Container&Kubernetes
HungWei Chiu
?
State of the Container Ecosystem
State of the Container Ecosystem
Vinay Rao
?
docker.pdf
docker.pdf
vivekpatnaik8
?
Exploring Docker Security
Exploring Docker Security
Patrick Kleindienst
?
CodeCleaner: Mitigating Data Contamination for LLM Benchmarking
CodeCleaner: Mitigating Data Contamination for LLM Benchmarking
arabelatso
?
Advance Doctor Appointment Booking App With Online Payment
Advance Doctor Appointment Booking App With Online Payment
AxisTechnolabs
?

More Related Content

Similar to Good - aDocker - Reference Materials.pdf (20)

Docker Introduction + what is new in 0.9
Docker Introduction + what is new in 0.9
J¨¦r?me Petazzoni
?
Docker Introduction, and what's new in 0.9 ¡ª Docker Palo Alto at RelateIQ
Docker Introduction, and what's new in 0.9 ¡ª Docker Palo Alto at RelateIQ
J¨¦r?me Petazzoni
?
Dockercon 23 - Getting started with Docker
Dockercon 23 - Getting started with Docker
ssuserfb6acb
?
Docker training
Docker training
Kiran Kumar
?
Perspectives on Docker
Perspectives on Docker
RightScale
?
Docker Essentials Workshop¡ª Innovation Labs July 2020
Docker Essentials Workshop¡ª Innovation Labs July 2020
CloudHero
?
Docker and-containers-for-development-and-deployment-scale12x
Docker and-containers-for-development-and-deployment-scale12x
rkr10
?
5GCroCo_DockerSecurityBasics_Training.pdf
5GCroCo_DockerSecurityBasics_Training.pdf
MaghsoudAbbasPour1
?
Docker 0.11 at MaxCDN meetup in Los Angeles
Docker 0.11 at MaxCDN meetup in Los Angeles
J¨¦r?me Petazzoni
?
Docker 2014
Docker 2014
Open Networking Per¨² (Opennetsoft)
?
Docker workshop 0507 Taichung
Docker workshop 0507 Taichung
Paul Chao
?
ÊÖ°ÑÊÖŽ§ÄãŒW Docker ÈëéTƪ
ÊÖ°ÑÊÖŽ§ÄãŒW Docker ÈëéTƪ
Philip Zheng
?
Docker Basic to Advance
Docker Basic to Advance
Paras Jain
?
Work shop - an introduction to the docker ecosystem
Work shop - an introduction to the docker ecosystem
Jo?o Pedro Harbs
?
Cloud Native Computing - Part III - Containers
Cloud Native Computing - Part III - Containers
Linjith Kunnon
?
Docker From Scratch
Docker From Scratch
Giacomo Vacca
?
Head First to Container&Kubernetes
Head First to Container&Kubernetes
HungWei Chiu
?
State of the Container Ecosystem
State of the Container Ecosystem
Vinay Rao
?
docker.pdf
docker.pdf
vivekpatnaik8
?
Exploring Docker Security
Exploring Docker Security
Patrick Kleindienst
?
Docker Introduction + what is new in 0.9
Docker Introduction + what is new in 0.9
J¨¦r?me Petazzoni
?
Docker Introduction, and what's new in 0.9 ¡ª Docker Palo Alto at RelateIQ
Docker Introduction, and what's new in 0.9 ¡ª Docker Palo Alto at RelateIQ
J¨¦r?me Petazzoni
?
Dockercon 23 - Getting started with Docker
Dockercon 23 - Getting started with Docker
ssuserfb6acb
?
Perspectives on Docker
Perspectives on Docker
RightScale
?
Docker Essentials Workshop¡ª Innovation Labs July 2020
Docker Essentials Workshop¡ª Innovation Labs July 2020
CloudHero
?
Docker and-containers-for-development-and-deployment-scale12x
Docker and-containers-for-development-and-deployment-scale12x
rkr10
?
5GCroCo_DockerSecurityBasics_Training.pdf
5GCroCo_DockerSecurityBasics_Training.pdf
MaghsoudAbbasPour1
?
Docker 0.11 at MaxCDN meetup in Los Angeles
Docker 0.11 at MaxCDN meetup in Los Angeles
J¨¦r?me Petazzoni
?
Docker workshop 0507 Taichung
Docker workshop 0507 Taichung
Paul Chao
?
ÊÖ°ÑÊÖŽ§ÄãŒW Docker ÈëéTƪ
ÊÖ°ÑÊÖŽ§ÄãŒW Docker ÈëéTƪ
Philip Zheng
?
Docker Basic to Advance
Docker Basic to Advance
Paras Jain
?
Work shop - an introduction to the docker ecosystem
Work shop - an introduction to the docker ecosystem
Jo?o Pedro Harbs
?
Cloud Native Computing - Part III - Containers
Cloud Native Computing - Part III - Containers
Linjith Kunnon
?
Head First to Container&Kubernetes
Head First to Container&Kubernetes
HungWei Chiu
?
State of the Container Ecosystem
State of the Container Ecosystem
Vinay Rao
?

Recently uploaded (20)

CodeCleaner: Mitigating Data Contamination for LLM Benchmarking
CodeCleaner: Mitigating Data Contamination for LLM Benchmarking
arabelatso
?
Advance Doctor Appointment Booking App With Online Payment
Advance Doctor Appointment Booking App With Online Payment
AxisTechnolabs
?
Canva Pro Crack Free Download 2025-FREE LATEST
Canva Pro Crack Free Download 2025-FREE LATEST
grete1122g
?
Automated Testing and Safety Analysis of Deep Neural Networks
Automated Testing and Safety Analysis of Deep Neural Networks
Lionel Briand
?
IDM Crack with Internet Download Manager 6.42 Build 41 [Latest 2025]
IDM Crack with Internet Download Manager 6.42 Build 41 [Latest 2025]
pcprocore
?
Foundations of Marketo Engage - Programs, Campaigns & Beyond - June 2025
Foundations of Marketo Engage - Programs, Campaigns & Beyond - June 2025
BradBedford3
?
Microsoft-365-Administrator-s-Guide1.pdf
Microsoft-365-Administrator-s-Guide1.pdf
mazharatknl
?
Test Case Design Techniques ¨C Practical Examples & Best Practices in Software...
Test Case Design Techniques ¨C Practical Examples & Best Practices in Software...
Muhammad Fahad Bashir
?
Digital Transformation: Automating the Placement of Medical Interns
Digital Transformation: Automating the Placement of Medical Interns
Safe Software
?
Simplify Task, Team, and Project Management with Orangescrum Work
Simplify Task, Team, and Project Management with Orangescrum Work
Orangescrum
?
A Guide to Telemedicine Software Development.pdf
A Guide to Telemedicine Software Development.pdf
Olivero Bozzelli
?
University Campus Navigation for All - Peak of Data & AI
University Campus Navigation for All - Peak of Data & AI
Safe Software
?
Building Geospatial Data Warehouse for GIS by GIS with FME
Building Geospatial Data Warehouse for GIS by GIS with FME
Safe Software
?
OpenChain Webinar - AboutCode - Practical Compliance in One Stack ¨C Licensing...
OpenChain Webinar - AboutCode - Practical Compliance in One Stack ¨C Licensing...
Shane Coughlan
?
Download Adobe Illustrator Crack free for Windows 2025?
Download Adobe Illustrator Crack free for Windows 2025?
grete1122g
?
Key Challenges in Troubleshooting Customer On-Premise Applications
Key Challenges in Troubleshooting Customer On-Premise Applications
Tier1 app
?
Which Hiring Management Tools Offer the Best ROI?
Which Hiring Management Tools Offer the Best ROI?
HireME
?
Zoho Creator Solution for EI by Elsner Technologies.docx
Zoho Creator Solution for EI by Elsner Technologies.docx
Elsner Technologies Pvt. Ltd.
?
From Data Preparation to Inference: How Alluxio Speeds Up AI
From Data Preparation to Inference: How Alluxio Speeds Up AI
Alluxio, Inc.
?
Complete WordPress Programming Guidance Book
Complete WordPress Programming Guidance Book
Shabista Imam
?
CodeCleaner: Mitigating Data Contamination for LLM Benchmarking
CodeCleaner: Mitigating Data Contamination for LLM Benchmarking
arabelatso
?
Advance Doctor Appointment Booking App With Online Payment
Advance Doctor Appointment Booking App With Online Payment
AxisTechnolabs
?
Canva Pro Crack Free Download 2025-FREE LATEST
Canva Pro Crack Free Download 2025-FREE LATEST
grete1122g
?
Automated Testing and Safety Analysis of Deep Neural Networks
Automated Testing and Safety Analysis of Deep Neural Networks
Lionel Briand
?
IDM Crack with Internet Download Manager 6.42 Build 41 [Latest 2025]
IDM Crack with Internet Download Manager 6.42 Build 41 [Latest 2025]
pcprocore
?
Foundations of Marketo Engage - Programs, Campaigns & Beyond - June 2025
Foundations of Marketo Engage - Programs, Campaigns & Beyond - June 2025
BradBedford3
?
Microsoft-365-Administrator-s-Guide1.pdf
Microsoft-365-Administrator-s-Guide1.pdf
mazharatknl
?
Test Case Design Techniques ¨C Practical Examples & Best Practices in Software...
Test Case Design Techniques ¨C Practical Examples & Best Practices in Software...
Muhammad Fahad Bashir
?
Digital Transformation: Automating the Placement of Medical Interns
Digital Transformation: Automating the Placement of Medical Interns
Safe Software
?
Simplify Task, Team, and Project Management with Orangescrum Work
Simplify Task, Team, and Project Management with Orangescrum Work
Orangescrum
?
A Guide to Telemedicine Software Development.pdf
A Guide to Telemedicine Software Development.pdf
Olivero Bozzelli
?
University Campus Navigation for All - Peak of Data & AI
University Campus Navigation for All - Peak of Data & AI
Safe Software
?
Building Geospatial Data Warehouse for GIS by GIS with FME
Building Geospatial Data Warehouse for GIS by GIS with FME
Safe Software
?
OpenChain Webinar - AboutCode - Practical Compliance in One Stack ¨C Licensing...
OpenChain Webinar - AboutCode - Practical Compliance in One Stack ¨C Licensing...
Shane Coughlan
?
Download Adobe Illustrator Crack free for Windows 2025?
Download Adobe Illustrator Crack free for Windows 2025?
grete1122g
?
Key Challenges in Troubleshooting Customer On-Premise Applications
Key Challenges in Troubleshooting Customer On-Premise Applications
Tier1 app
?
Which Hiring Management Tools Offer the Best ROI?
Which Hiring Management Tools Offer the Best ROI?
HireME
?
Zoho Creator Solution for EI by Elsner Technologies.docx
Zoho Creator Solution for EI by Elsner Technologies.docx
Elsner Technologies Pvt. Ltd.
?
From Data Preparation to Inference: How Alluxio Speeds Up AI
From Data Preparation to Inference: How Alluxio Speeds Up AI
Alluxio, Inc.
?
Complete WordPress Programming Guidance Book
Complete WordPress Programming Guidance Book
Shabista Imam
?
Ad

Good - aDocker - Reference Materials.pdf

  • 1. Docker - Reference Materials Course Lab Guide : Getting Started with Docker - Docker Tutorial Run and Operate Containers Lab https://drive.google.com/file/d/1qW0MoxJil- sPKsX4myCgMx68VRlmSO-s/view?usp=sharing Building Images Lab https://drive.google.com/file/d/1_Gw_MQnq- xoxqRDKsZysSv_yAM_eqbpz/view?usp=sharing Building Image for Facebooc App Nano Projecthttps://drive.google.com/file/d/ 1PAhpwDkWriN01ght2QGt0b293pPwVnHF/view?usp=sharing Docker Single Host Network Lab https://docker-tutorial.schoolofdevops.com/chapterx- docker-networking/ Docker Networking Lab (PDF) https://drive.google.com/file/d/1PMDgpPE9a1zA612- sqsL1bEsq_Yzxets/view?usp=sharing Docker Compose Lab https://drive.google.com/file/d/1N78FHqONE- v3BhqDZXRNZPSnERxaUJCY/view?usp=sharing Networking CNM and Libnetwork https://github.com/docker/libnetwork/blob/master/docs/design.md How VXLANs work ? https://www.youtube.com/watch?v=Jqm_4TMmQz8 Linux Networking Fundamentals https://events.static.linuxfound.org/sites/events/files/slides/2016%20- %20Linux%20Networking%20explained_0.pdf Docker Networking Deep Dive
  • 2. /Docker/docker-networking-deep-dive?qid=29a3fb8a- b558-4ae9-bb96-ec50ee461c7c&v=&b=&from_search=8 Overlay Tutorial https://neuvector.com/network-security/docker-swarm-container-networking/ Docker Networking Tutorial - Learning by Practicing https://www.securitynik.com/2016/12/docker-networking-internals-container.html Swarm networks https://docs.docker.com/v17.09/engine/swarm/networking/ Ip cheatsheet https://access.redhat.com/sites/default/files/attachments/ rh_ip_command_cheatsheet_1214_jcs_print.pdf Overlay issues https://github.com/moby/moby/issues/30820 Network Troubleshooting https://success.docker.com/article/troubleshooting-container-networking Monitoring : Kubernetes Proposes Monitoring Architecture : https://github.com/kubernetes/ community/blob/master/contributors/design-proposals/instrumentation/ monitoring_architecture.md Swarmprom Stack: https://github.com/stefanprodan/swarmprom Monitoring UCP https://docs.docker.com/datacenter/ucp/1.1/monitor/monitor-ucp/ Docker Configurations Docker Daemon Configs https://docs.docker.com/config/daemon/
  • 3. Troubleshooting Article : Docker Troubleshooting https://medium.com/@pimterry/5-ways-to-debug-an-exploding-docker- container-4f729e2c0aa8 https://medium.com/@betz.mark/ten-tips-for-debugging-docker-containers- cde4da841a1d Troubleshooting Tips from a Docker Support Engineer https://www.youtube.com/watch?v=DK1ew1HpmeY Tips Connect with shell check logs Where are docker daemon logs https://stackoverflow.com/questions/30969435/where-is-the-docker-daemon-log? utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa Docker daemon log on ubuntu with systems sudo journalctl -fu docker.service Raft ant other files /var/lib/docker Network Troubleshooting https://success.docker.com/article/troubleshooting-container-networking Utils brctl ip link ip addr iptables ipvsadm nsenter
  • 4. tcpdump Kernel panics: https://unix.stackexchange.com/questions/66197/how-to-cause-kernel- panic-with-a-single-command/67908#67908 Network Issues with Swarm https://github.com/moby/moby/issues/35358 https://github.com/moby/moby/issues/33790 Docker Administration Docker Admin Wiki by Aquasec https://www.aquasec.com/wiki/display/containers/Docker+Administration Storage How to deal with the Union File Systems that use Docker (OverlayFS and AUFS) https://ilearnedhowto.wordpress.com/2018/01/15/how-to-deal-with-the-union-file- systems-that-use-docker-overlayfs-and-aufs/ Docker Security VMs vs Docker Security: https://security.stackexchange.com/questions/169642/what- makes-docker-more-secure-than-vms-or-bare-metal ~Privilege Escalation; ~ https://security.stackexchange.com/questions/152978/is-it- possible-to-escalate-privileges-and-escaping-from-a-docker-container/153016#153016 ~IBMs study on containers vs VMs security : ~ https://www.zdnet.com/article/which-is- more-secure-containers-or-virtual-machines-the-answer-will-surprise-you/ ~Containers vs VMs a security comparison: ~ https://www.infoworld.com/article/ 3071679/linux-containers-vs-vms-a-security-comparison.html ~Are VMs more secure than containers? ~ https://www.infoworld.com/article/3197444/ are-vms-more-secure-than-containers.html ~How to secure container based environments: ~ https://www.twistlock.com/
  • 5. 2017/07/06/ultimate-guide-container-security/ https://www.twistlock.com/2017/06/12/4-security-best-practices/ Security Flaws From https://forums.docker.com/t/root-user-or-non-root-user-inside-container/966/10 Actually, I¡¯ve found that, if you can execute commands as root within a container, and that container has write access to any filesystem on the host system, then I can root the host system quite easily. We¡¯re in the process of deciding how to deal with this issue here before we allow docker to run in the general population, and so far, there hasn¡¯t been a suitable workaround. I¡¯m really surprised that docker was designed with such an obvious security flaw. Volumes and Permission issues https://stackoverflow.com/questions/31146818/issue-when-trying-to-write-to-a-mounted- volume-from-inside-a-container-as-a-non?noredirect=1 Did in container has to match the one on the hosts, or you need to run as root ? See if there is a solution https://sysdig.com/blog/7-docker-security-vulnerabilities/ SWARM and UCP UCP Architecture https://docs.docker.com/datacenter/ucp/2.2/guides/architecture/ UCP Node States https://docs.docker.com/ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-node- messages/#ucp-node-states Troubleshooting UCP Cluster Matrix https://success.docker.com/article/troubleshooting-a-ucp-22x-cluster
  • 6. Raft http://thesecretlivesofdata.com/raft/ Operate Swarm Nodes https://docs.docker.com/engine/swarm/admin_guide/ SWARM and UCP Setup Install Docker EE https://docs.docker.com/install/linux/docker-ee/ubuntu/ Docker EE URL https://store.docker.com/my-content UCP Setup https://docs.docker.com/datacenter/ucp/1.1/installation/install-production/ Troubleshooting Methodology https://success.docker.com/article/swarm-troubleshooting-methodology Backup and Disaster Recovery: https://docs.docker.com/ee/ucp/admin/backups-and- disaster-recovery/ Misc Monitoring Docker Containers https://github.com/docker/labs/blob/master/developer-tools/java/chapters/ch10- monitoring.adoc
  • 7. Debugging Java Applications with Docker https://github.com/docker/labs/tree/master/developer-tools/java-debugging Docker Tutorials and Labs https://github.com/docker/labs Docker Security https://github.com/docker/labs/blob/master/security/README.md Common Docker Commands https://github.com/docker/labs/blob/master/developer-tools/java/chapters/appa- common-commands.adoc Scheduler by Kelsey: https://youtu.be/HlAXp0-M6SY?t=621 #docker/reference