Today brings links to my favorite technical articles, Docker articles.

I first got in touch with Docker a long time ago, but again, I didn’t dig deeply. At present in the current company, is used in Windows native as a development environment, the web site root directory mapping to the host system code area, convenient development.

Command, and it is mainly a few: pull, the run, the rm, exec, start, stop, restart, ps, commit, push, images and info, then ordered the boy explained here.

BTW, incidentally, there are two kinds of Windows Docker desktop client, Win10 Professional version of the system before using Docker Toolbox, Win10 Pro and enterprise version called Docker desktop. There are two fundamental reasons that the new version of Win10 uses Hyper-V, while the old system can only use VM and docker on the host operating system, which is the most used vm is VirtualBox.

Why am I teasing? I thought about copying docker files directly between the old and new systems and using them (pulling images from dockerHub is slow, you know, wall), but of course I failed because of the fundamental difference between the two systems. But here’s a conclusion: Be respectful of technology, be respectful of rigor, don’t be greedy for convenience, don’t be petty.

Attached is a list of articles:

  • Docker primer
  • Download the Container image – Docker Tutorial
  • DaoCloud is the first Docker Hub image service in China
  • Docker Learning Notes (3) – How to build an image with Dockerfile
  • With Chinese characteristics of the Docker toss record – next
  • Ali Cloud Docker image library
  • 15 tips about Docker
  • Docker Dockerfile,
  • 10 images take you deep into Docker containers and images
  • Advanced Docker images
  • 10 images take you deep into Docker containers and images
  • How do I copy files between docker and the host
  • How do I copy data to each other inside and outside a Docker container
  • Tensorflow- Serving +Docker installation + Model deployment
  • Docker Hub Image accelerator
  • Docker simply deploys ElasticSearch
  • This is probably the most detailed summary of How Docker gets started spitting blood

The docker article: github.com/mysticzhong…