zoukankan      html  css  js  c++  java
  • [Docker] Install Docker on Windows (hp) and start with Kitematic

    Well, on Windows costs a little bit effort to run docker.

    1. You need to enable Virtulization:

    Oh hp Windows machine, you need to 

    • Turn off you laptop
    • Start it and click 'esc' repeatly
    • Until if jumps a menu, you click F10 to enter 'BIOS setting'
    • Then find 'Virtualization Technoloy (VTx)' select it and save exists.

    Computer will restart, finally go to the 'Task Manager' to check whether you have enabled it or not.

    2. The following part is easy, go to the Docker webstie download docker-toolbox.

    Install it (accept all default options).

    3. Once it installed, open the Kitematic, you can search for any public container to run. Just simply click the 'create' button, you can remove the contianer later as your wish.

    THis is just a simply way to check whether docker works or not on your machine. 

  • 相关阅读:
    自定义ProgressBar
    Anroid开发中常用快捷键
    Intent用法
    IO(Input Output)流
    自定义Dialog
    仿UC点击两次返回键退出程序
    横竖屏切换时Activity的生命周期
    单例模式
    Timer用法
    关于数组
  • 原文地址:https://www.cnblogs.com/Answer1215/p/5376435.html
Copyright © 2011-2022 走看看