ZacharyGong / hello-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker

Introduction

Terminology

  • image: a lightweight executable package that includes everything needed to run a piece of software, including the code, a runtime, libraries, environment variables, and config files.
    • image name = repository + tag
  • container: a runtime instance of an image -- what the image becomes in memory when actually executed. It runs completely isolated from the host environment by default, only accessing host files and ports if configured to do so.
  • registry: image store

Basic Manipulation

Advanced Manipulation

About


Languages

Language:Python 35.7%Language:JavaScript 25.4%Language:Dockerfile 24.6%Language:TSQL 13.9%Language:Shell 0.4%