win-0 Get Started with Docker

+++
title = "Get Started with Docker"
description = "Getting started with Docker"
keywords = ["beginner, getting started, Docker"]
aliases = ["/windows/started/"]
[menu.windows]
identifier = "windows_getstarted"
+++

Get Started with Docker for Windows

开始使用Docker for Windows

This is written for users of Windows. If you are not using Windows, see the Linux or Mac OS X version.

This getting started is for non-technical users who are interested in learning about Docker. By following this getting started, you'll learn fundamental Docker features by performing some simple tasks. You'll learn how to:
这个开始是为对学习Docker感兴趣的非技术用户。通过它,你可以执行简单的任务学习基本的Docker功能。

  • install Docker
  • run a software image in a container
  • browse for an image on Docker Hub
  • create your own image and run it in a container
  • create a Docker Hub account and an image repository
  • create an image of your own
  • push your image to Docker Hub for others to use

The getting started was user tested to reduce the chance of users having problems. For the best chance of success, follow the steps as written the first time before exploring on your own. It takes approximately 45 minutes to complete.

Make sure you understand...

This getting started uses Docker commands with a terminal window. You don't need
to be experienced using a command line, but you should be familiar with how to
open one and type commands.

Go to the next page to install.

你可能感兴趣的:(win-0 Get Started with Docker)