devwiki:docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devwiki:docker [2022/09/13 07:31] yingdevwiki:docker [2022/09/13 08:34] (current) – [Get Start with Docker] ying
Line 26: Line 26:
     * Container is a cheap lite pack "virtual machine" that use main operation system and run like a app wrapper - a app run inside a app.     * Container is a cheap lite pack "virtual machine" that use main operation system and run like a app wrapper - a app run inside a app.
     * finally, windows supports running Win+Linux container, linux support linux container, mac use VM to run linux container     * finally, windows supports running Win+Linux container, linux support linux container, mac use VM to run linux container
 +
 +====== Get Start with Docker ======
 +
 +ref: https://www.youtube.com/watch?v=pTFZFxd4hOI
 +
 +  * install : https://www.docker.com/products/docker-desktop/ (free for less than 250 people company)
 +  * once install and restart, run Docker Desktop with admin rights (important)
 +    * most likely, your "Docker Desktop starting" will take a bit time, then pop error about WSL 2 installation is incomplete
 +    * click the link to install latest linux core for windows. (wsl_update_x64.msi)
 +    * then restart pc, run docker with admin right again
 +    * you should see "Get started with Docker in a few steps", means ok
 +    * go through docker first tutorial to get started
 +  * you should be able to run cmd with admin right<code>docker version</code>
 +
  • devwiki/docker.1663054277.txt.gz
  • Last modified: 2022/09/13 07:31
  • by ying