Category: DevOps

  • What is a Docker container?

    What is a Docker container?

    A container is a sandbox that isolates either process or application from others. Unless you explicitly connect with other containers, process under a container sees only the other processes inside the same container. It offers a logical packaging mechanism that abstracts applications from the environments. This allowed applications to be…