博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
macos安装docker_在macOS上安装Docker
阅读量:2507 次
发布时间:2019-05-11

本文共 1549 字,大约阅读时间需要 5 分钟。

macos安装docker

Before we can do anything interesting with our , we need to install Docker.

在我们可以对做任何有趣的事情之前,我们需要安装Docker。

The exact installation instructions depend on your operating system.

确切的安装说明取决于您的操作系统。

The Docker Website contains detailed instructions for

Docker网站包含有关以下内容的详细说明:

I am a Mac user and I will show you the exact steps to install Docker on a Mac. If you use Windows or Linux, please refer to the instructions (I don’t have a Windows or Linux Desktop computer to try).

我是Mac用户,我将向您展示在Mac上安装Docker的确切步骤。 如果您使用Windows或Linux,请参阅说明(我没有Windows或Linux台式计算机可以尝试)。

Docker Desktop for Mac is the name of the software you need to install, and you can find it here:

Docker Desktop for Mac是您需要安装的软件的名称,您可以在这里找到它: :

Once you download the installation file, which is a bit more than 400MB in size, run it and you’ll be asked to move the Docker app to the Applications folder.

下载大小超过400MB的安装文件后,运行它,然后会要求您将Docker应用程序移至Applications文件夹。

Do that, then run the app:

这样做,然后运行该应用程序:

The first thing that happens is that it asks you to install the command line tools, and it needs your permission (and password):

发生的第一件事是,它要求您安装命令行工具,并且需要您的许可(和密码):

You will see the whale icon appearing the the Mac toolbar, initially informing you Docker Desktop is starting:

您将看到Mac工具栏上出现鲸鱼图标,最初通知您Docker Desktop正在启动:

And when it’s done, you will get a green light:

完成后,您将获得绿灯:

Now you will have the Docker command line tools installed.

现在,您将安装Docker命令行工具。

Open your terminal and run

打开终端并运行

docker version

to make sure everything worked fine.

确保一切正常。

翻译自:

macos安装docker

转载地址:http://txmgb.baihongyu.com/

你可能感兴趣的文章
git常用命令
查看>>
探讨和比较Java和_NET的序列化_Serialization_框架
查看>>
1、jQuery概述
查看>>
数组比较大小的几种方法及math是方法
查看>>
FTP站点建立 普通电脑版&&服务器版
查看>>
js 给一段代码,给出运行后的最终结果的一些综合情况、
查看>>
webservice 详解
查看>>
js自动补全实例
查看>>
VS无法启动调试:“生成下面的模块时,启用了优化或没有调试信息“
查看>>
npm 安装 sass=-=-=
查看>>
WINFORM中加入WPF控件并绑定数据源实现跨线程自动更新
查看>>
C#类对象的事件定义
查看>>
各类程序员学习路线图
查看>>
HDU 5510 Bazinga KMP
查看>>
关于select @@IDENTITY的初识
查看>>
ASP.NET MVC ajax提交 防止CSRF攻击
查看>>
关于CSS伪类选择器
查看>>
适用于带文字 和图片的垂直居中方法
查看>>
Part 2 - Fundamentals(4-10)
查看>>
使用Postmark测试后端存储性能
查看>>