- ubuntu12.04环境下使用kvm ioctl接口实现最简单的虚拟机
- Ubuntu 通过无线网络安装Ubuntu Server启动系统后连接无线网络的方法
- 在Ubuntu上搭建网桥的方法
- ubuntu 虚拟机上网方式及相关配置详解
CFSDN坚持开源创造价值,我们致力于搭建一个资源共享平台,让每一个IT人在这里找到属于你的精彩世界.
这篇CFSDN的博客文章在Mac OS X安装Docker教程由作者收集整理,如果你对这篇文章有兴趣,记得点赞哟.
mac os x用户使用docker toolbox安装docker软件, docker toolbox包含了下列的docker 工具
由于docker engine守护进程使用特定的linux内核的功能, 你无法再本地的os x运行docker engine, 与之代替的是你必须使用docker machine命令docker-machine在你本地的机器创建并连接一个小型的linux虚拟机. 这个就在你mac上的虚拟主机就是docker machine. 。
第一步,检查版本 。
你的mac必须运行os x 10.8 “mountain lion”或以上的系统才能运行docker, 你可以这样查看os的版本
1、从苹果菜单中选择”关于本机” 。
2、如果你的版本正确,就可以进行下一步了 。
如果你没有使用支持的版本,你需要考虑先升级的你操作系统 。
第二步,安装docker toolbox 。
1、访问docker toolbox 。
2、点击下载链接 。
3、通过双击下载的安装包, 或者右键安装包在弹出的菜单中选择”打开”, 来安装docker toolbox 。
安装程序将启动一个介绍对话框,介绍安装内容的概述.
4、点击”继续”安装toolbox 。
安装程序为你提供了选项, 自定义标准安装 。
默认的, 标准的docker toolbox安装
现阶段, 不要修改任何的默认选线 。
5、点击”安装”, 执行标准安装 。
系统会提示你输入密码 。
输入你的密码, 继续完成安装 。
当它完成后,安装程序提供了一些快捷键。您可以忽略此为现在和点击继续.
点击”关闭”结束安装 。
第三步, 验证安装 。
为了运行一个docker容器, 你需要
一旦你创建了docker machine, 你可以想任何一个virtual box vm一样随时使用它, 它会保持你使用后的相关配置. 。
1、打开launchpad, 找到docker quickstart terminal图标 。
2、点击docker quickstart terminal图标, 打开一个窗口. 。
终端会做一系列的事情来为你设置docker quickstart terminal 。
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
last login: sat jul 11 20:09:45 on ttys002
bash
'/applications/docker quickstart terminal.app/contents/resources/scripts/start.sh'
get http:
///var/run/docker
.sock
/v1
.19
/images/json
?all=1&filters=%7b%22dangling%22%3a%5b%22true%22%5d%7d: dial unix
/var/run/docker
.sock: no such
file
or directory. are you trying to connect to a tls-enabled daemon without tls?
get http:
///var/run/docker
.sock
/v1
.19
/images/json
?all=1: dial unix
/var/run/docker
.sock: no such
file
or directory. are you trying to connect to a tls-enabled daemon without tls?
-
bash
: lolcat:
command
not found
mary at meepers
in
~
$
bash
'/applications/docker quickstart terminal.app/contents/resources/scripts/start.sh'
creating machine dev...
creating virtualbox vm...
creating
ssh
key...
starting virtualbox vm...
starting vm...
to see how to connect docker to this machine, run: docker-machine
env
dev
starting machine dev...
setting environment variables
for
machine dev...
## .
## ## ## ==
## ## ## ## ## ===
/
""
""
""
""
""
""
""
""
"\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
\______ o __/
\ \ __/
\____\_______/
the docker quick start terminal is configured to use docker with the “default” vm.
|
3、在终端窗口上点击鼠标用来激活 。
如果你不熟悉终端窗口,这里有一些快速提示.
该提示是传统的$美元符号。你输入命令在命令行这是提示后的区域。您的光标被突出显示的区域或指示|出现在命令行。键入命令后,一直按回车键.
4、键入命令docker run hello-world然后按回车键 。
该命令为你做了一些工作,如果一切运行良好,则该命令的输出如下所示:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
$ docker run hello-world
unable to
find
image
'hello-world:latest'
locally
latest: pulling from library
/hello-world
535020c3e8ad: pull complete
af340544ed62: pull complete
digest: sha256:a68868bfe696c00866942e8f5ca39e3e31b79c1e50feaee4ce5e28df2f051d5c
status: downloaded newer image
for
hello-world:latest
hello from docker.
this message shows that your installation appears to be working correctly.
to generate this message, docker took the following steps:
1. the docker engine cli client contacted the docker engine daemon.
2. the docker engine daemon pulled the
"hello-world"
image from the docker hub.
3. the docker engine daemon created a new container from that image
which
runs the executable that produces the output you are currently reading.
4. the docker engine daemon streamed that output to the docker engine cli client,
which
sent it to your terminal.
to try something
more
ambitious, you can run an ubuntu container with:
$ docker run -it ubuntu
bash
share images, automate workflows, and
more
with a
free
docker hub account:
https:
//hub
.docker.com
for
more
examples and ideas, visit:
https:
//docs
.docker.com
/userguide/
|
寻找故障排除帮助?
通常情况下,上述步骤工作外的开箱,但某些情况下可能会出现问题。如果你的docker运行的hello-world没有工作,出现了错误,请查看故障排除快速修复常见问题.
下一步去哪里?
此时, 您已成功安装了docker软件. 离开docker quickstart terminal窗口. 现在, 进入下一个页面, 阅读一个非常简短的介绍, [docker镜像和容器] 。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持我.
原文链接:http://blog.csdn.net/jpiverson/article/details/50685817 。
最后此篇关于在Mac OS X安装Docker教程的文章就讲到这里了,如果你想了解更多关于在Mac OS X安装Docker教程的内容请搜索CFSDN的文章或继续浏览相关文章,希望大家以后支持我的博客! 。
在几个 SO 的问题中,有这些行可以访问代码的父目录,例如os.path.join(os.path.dirname(__file__)) returns nothing和 os.path.join(o
我想用 Python 更改文件模式。 os 模块具有三个功能上看似相同的功能: os.chmod os.fchmod os.lchmod 这三个版本有什么区别? 最佳答案 chmod 用于更改路径指定
考虑: pipe_read, pipe_write = os.pipe() 现在,我想知道两件事: (1) 我有两个线程。如果我保证只有一个正在读取 os.read(pipe_read,n) 而另一个
这个问题不太可能帮助任何 future 的访问者;它只与一个小的地理区域、一个特定的时间点或一个非常狭窄的情况有关,这些情况并不普遍适用于互联网的全局受众。为了帮助使这个问题更广泛地适用,visit
让我们以硬盘驱动器/网络接口(interface)为例。它由多个进程共享。现在多个进程可能会向硬盘驱动器发出并发命令来读取数据。当数据可用时,内核如何知道哪个进程的数据已准备好?操作系统和硬盘驱动器之
嗨,我正在尝试编写像这样的原子写入函数...... with tempfile.NamedTemporaryFile(mode= "w", dir= target_directory) as f:
net.Conn接口(interface)提供了 SetTimeout 方法,我应该用 os.Timeout 检查返回的错误.但是我看不到在返回的 os.Error 上调用 os.Timeout 的方
我正在使用 os 模块在我的 Django 项目 settings.py 文件中具有相对路径。变量 SITE_ROOT 设置为 settings.py 文件的当前工作目录,然后用于引用同样位于同一目录
正如我们所知,Windows 接受 "\" 和 "/" 作为分隔符。但是在python中,使用的是"\"。例如,调用 os.path.join("foo","bar"),将返回 'foo\\bar'。
我有以下工作目录:/Users/jordan/Coding/Employer/code_base ,我想要获取绝对路径的文件位于 /Users/jordan/Coding/Employer/code_
在 Python 中,如果路径中包含“~”,我能否确定扩展的用户调用将是绝对路径? 例如,这个表达式是否总是为真? path = '~/.my_app' os.path.expanduser(path
我是 Django 项目的初学者。Django 项目的 settings.py 文件包含这两行: BASE_DIR = os.path.dirname(os.path.dirname(os.path.
我有一个旧 MAC OS 文件存储中的文件集合。我知道集合存在文件名/路径名问题。问题源于我认为在原始操作系统中呈现为破折号的路径中包含一个代码点,但 Windows 与代码点斗争,并且其中一个包含
Ubuntu怎么安装mac os x主题呢?下文小编将为大家分享ubuntu14.04安装mac os x主题教程,安装MAC OS X&
我有一个 Firefox OS 应用程序,我希望在该应用程序之外打开一个链接(该链接指向不同的站点,在应用程序中打开它会使应用程序在没有强制的情况下无法使用)。我怎么做? Related bug re
我想为 Firefox OS 编写我的应用程序.使用什么样的语言(如 Android 的 Java 和 iOS 的 Objective C++)和工具(如 Eclipse、Xcode)? 最佳答案 适
我正在尝试创建一个 Palm OS 应用程序,以每 X 分钟或几小时检查一次网站,并在有数据可用时提供通知。我知道这种事情可以在新的 Palm 上完成——例如,当应用程序不在顶部时,我的 Centro
我需要在 Firefox OS 中显示全屏图像。我有一个具有 qHD 分辨率(960x540 像素)的“峰值”开发预览手机。 如何确保我的应用程序在其他具有不同屏幕分辨率的 firefox-os 设备
我正在尝试在 Firefox OS 中安装一个新的语言环境,但我不确定我是否正确地按照这些步骤操作。 首先,我尝试使用 Mercurial 下载所需的语言环境:它对我不起作用,Mercurial 说访
我有这个shell脚本Test.sh: #! /bin/bash FILE_TO_CHECK="/Users/test/start.txt" EXIT=0 while [ $EXIT -eq 0 ];
我是一名优秀的程序员,十分优秀!