Skip to content
Pinter Computing

Knowledge Base for IT Professionals, Teachers, and Astronauts

Pinter Computing

Knowledge Base for IT Professionals, Teachers, and Astronauts

  • Home
  • Programming
  • DevOps
  • Project Management
  • Software and Hardware
  • Miscellaneous
  • Egyebek
  • About
  • Experience
  • Education
  • Contact
  • Home
  • Programming
  • DevOps
  • Project Management
  • Software and Hardware
  • Miscellaneous
  • Egyebek
  • About
  • Experience
  • Education
  • Contact
Close

Search

Home/Docker

Docker

Docker is a mature, production grade technology to run multiple applications on the same host with total segregation.

To clear up a common misconception, containers are NOT mini virtual machines.

When we create a Docker image with the FROM directive, Docker only adds the slimmed down version of the Linux distribution we specified, so our application thinks it is running in that Linux distribution. This makes it possible to run the package manager and other software, specific to that distribution in the container.

The rest of the Dockerfile customizes the image to add packages, set the environment, specify the first command to execute, and install our custom application.

The Linux kernel natively supports the total segregation of applications in namespaces, and able to limit the CPU, memory, disk and network usage of each namespace, so those can coexist without taking all resources from each other.

The applications of the container run natively on the host computer’s kernel in isolated disk, process, network, interprocess communication, hostname, and user namespaces. This allows them to run with minimal performance penalty, making containers much more efficient than Virtual Machines.

To see your containerized applications running on the Linux ( other than macOS ) host, execute

ps -e

This does not work on Macintosh, as Docker runs in a virtual machine on macOS.

Install the Docker Desktop

  • Install the Docker Desktop application from https://www.docker.com/

To learn Docker

  • Resources to learn Docker

To learn Docker Swarm

  • Resources to learn Docker Swarm

Docker

  • Docker commands
  • Docker commands to run popular images
  • Docker Compose commands
  • How to create a Docker repository in Artifactory
  • Connect to a database in a Docker container from a VirtualBox virtual machine
  • How to remove all Docker containers and images from the host
  • Docker in Windows 10 via VMware Fusion on a MacBook Pro
  • How to copy an image from Docker Hub to your Docker Registry

Docker Swarm

  • Docker Swarm overview
  • Docker Stack commands

Docker Volumes

  • Mount NFS volume from macOS

Container monitoring

  • Portainer

Applications in Docker containers

  • Migrate your application into a Docker container
  • Migrate a Node.js application into a Docker container
  • Migrate a Python application into a Docker container

Docker troubleshooting

  • Docker for Windows cannot start: “Hardware assisted virtualization and data execution protection must be enabled in the BIOS”
  • x509: certificate signed by unknown authority
  • Troubleshoot stopped containers

I want to thank Robert Lestak for many of his great Docker scripts.

Search

Last Changes

  • DevOps Engineering part 1. (Mac) - Make your Macintosh easier to use June 25, 2026
  • Japan travel tips June 22, 2026
  • How to stop the rain and snow in Cities: Skylines II June 20, 2026
  • Cities: Skylines II Developer Mode June 20, 2026
  • 'CSII_MANAGEDPATH' has incorrect path(s) when building Cities: Skylines II mod June 20, 2026

Tags

.NET .NETcore 3Dprinting ASP.NET Core AutodeskInventor AWS C# Chef cloud DevOps Docker EntityFramework Games Git Go iOS iPad iPhone iPod Java Kubernetes Linux MacOSX MSSQL MVC Node.js Packer PowerShell Python RDS RightScale Ruby security Splunk TeamCity Terraform TestKitchen Tomcat Ubuntu Vagrant VirtualBox VisualStudio Windows WordPress Xcode

Recent Comments

  • Zengei László on MyHeritage családfa exportálása és küldése emailben
  • Raúl Castillo on DynDns update error
  • MICHAEL on Windows Media Player 12 cannot find the album information
  • Nargis on Configure Epson ET-3850 scanning on Windows 11
  • Venczelné Zemen Erika on Delta S2302 termosztát programozása

–

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright 2026 — Pinter Computing. All rights reserved.