Docker Articles

Posted on

This is a page or a post where the content inside are collections of article links about Docker. The following are the list about the articles :

Installation

Docker

  1. Install Docker in CentOS 7 via command line
  2. How to Install Docker in Linux Ubuntu 18.04 Bionic Beaver
  3. How to Install Docker CE in Linux CentOS 7

Docker Desktop

  1. How to Install Docker Desktop in Microsoft Windows
  2. How to Update Docker Desktop in Microsoft Windows

Docker Tool

  1. How to Execute Docker Command in Microsoft Windows

Running Application

  1. How to Run Nginx using Docker Container in Microsoft Windows
  2. Running Docker Application for Apache Webserver supporting PHP4
  3. How to Run PHP 5.4 CLI using Docker in Ubuntu Linux 18.04
  4. How to Execute Docker Command to Add New HTML File and Access it via Nginx Docker Container in Microsoft Windows
  5. How to Run Django Application in Docker
  6. How to Run Django Application using Source Code from Host Folder in Docker

Docker Container

Docker Volume

  1. How to Create Docker Volume in Microsoft Windows
  2. How to List Docker Volume in Microsoft Windows
  3. How to Delete Docker Volume in Microsoft Windows
  4. How to Remove Docker Volume in Use in Microsoft Windows

Docker Image

Docker Repository

  1. How to Run Local Docker Repository in Microsoft Windows
  2. How to Create a Local or Private Docker Repository Registry
  3. How to Search a Docker Image in a Docker Repository
  4. How to Search Docker Image in a Local Docker Repository
  5. How to Push a Docker Image to a Local Docker Repository
  6. How to Get Docker Image from Public Docker Repository
  7. How to Push Docker Image to a Local or Private Docker Repository Registry

Docker Error

  1. How to Solve Error Message Docker Failed to Initialize
  2. How to Solve Error Message Docker Failed to Start
  3. How to solve error message Got permission denied while trying to connect to the Docker daemon socket
  4. How to Solve Error Template parsing error: template: :1: unclosed action when running a Docker Command to get IP Address of a running Docker Container
  5. How to Solve Error Message failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount498198349/Dockerfile: no such file or directory when building docker image
  6. How to Solve Error Message Docker failed to initialize Docker Desktop is shutting down when running Docker in Microsoft Windows
  7. How to Solve Error Message parson JSON invalid character when running Docker Desktop in Microsoft Windows
  8. How to Solve Error Message Error response from daemon: open \\.\pipe\docker_engine_linux: The system cannot find the file specified when running Docker command
  9. How to Solve Error Message error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Get “http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/json?all=1”: open //./pipe/docker_engine: The system cannot find the file specified when Running Docker Desktop Application
  10. How to Solve Error Message Error: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions when running Django application
  11. How to Solve Error Message unable to prepare context: Cannot locate Dockerfile: when running Docker Compose

Docker PostgreSQL

  1. How to Run PostgreSQL Database Server using a Docker Container in Microsoft Windows
  2. How to Run PostgreSQL Database using a Docker Container and Mount the PGDATA to a Folder in a Host

Docker Error Connect

  1. How to Solve Error Message error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect when running Docker command
  2. How to Solve Error Message error during connect: This error may indicate that the docker daemon is not running.: Get “http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/version”: open //./pipe/docker_engine: The system cannot find the file specified.

Leave a Reply