You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple has changed their branding guidelines from 'OS X' to 'macOS'
so we should update ours to be within trademark / branding
guidelines. See http://www.apple.com/macos/sierra/
Signed-off-by: Misty Stanley-Jones <[email protected]>
Copy file name to clipboardexpand all lines: docker-cloud/getting-started/deploy-app/1_introduction.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This tutorial assumes that you have:
23
23
24
24
- a free <ahref="https://hub.docker.com/"target="_blank">Docker ID account</a>.
25
25
- at least one node running. If you don't have any nodes set up in Docker Cloud yet, [start here](../../getting-started/your_first_node.md) to set these up.
26
-
- (optional) Docker Engine installed - see the installation guides for <ahref="https://docs.docker.com/installation/#installation"target="_blank">OS X, Windows and Linux</a>.
26
+
- (optional) Docker Engine installed - see the installation guides for <ahref="https://docs.docker.com/installation/#installation"target="_blank">macOS, Windows and Linux</a>.
Copy file name to clipboardexpand all lines: docker-cloud/getting-started/deploy-app/2_set_up.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ Open your shell or terminal application and execute the following command:
38
38
$ pip install docker-cloud
39
39
```
40
40
41
-
#### Install on Mac OS X
41
+
#### Install on macOS
42
42
43
-
We recommend installing Docker CLI for OS X using Homebrew. If you don't have `brew` installed, follow the instructions here: <ahref="http://brew.sh"target="_blank">http://brew.sh</a>
43
+
We recommend installing Docker CLI for macOS using Homebrew. If you don't have `brew` installed, follow the instructions here: <ahref="http://brew.sh"target="_blank">http://brew.sh</a>
44
44
45
45
Once Homebrew is installed, open Terminal and run the following command:
description: Using the Docker Cloud CLI on Linux, Windows, and Mac OS X, installing,
6
+
description: Using the Docker Cloud CLI on Linux, Windows, and macOS, installing,
7
7
updating, uninstall
8
8
keywords:
9
9
- cloud, command-line, CLI
@@ -43,9 +43,9 @@ Open your terminal or command shell and execute the following command:
43
43
$ pip install docker-cloud
44
44
```
45
45
46
-
#### Install on Mac OS X
46
+
#### Install on macOS
47
47
48
-
We recommend installing Docker CLI for OS X using Homebrew. If you don't have `brew` installed, follow the instructions here: <ahref="http://brew.sh"target="_blank">http://brew.sh</a>
48
+
We recommend installing Docker CLI for macOS using Homebrew. If you don't have `brew` installed, follow the instructions here: <ahref="http://brew.sh"target="_blank">http://brew.sh</a>
49
49
50
50
Once Homebrew is installed, open Terminal and run the following command:
51
51
@@ -90,7 +90,7 @@ Periodically, Docker will add new features and fix bugs in the existing CLI. To
90
90
$ pip install -U docker-cloud
91
91
```
92
92
93
-
#### Upgrade the docker-cloud CLI on Mac OS X
93
+
#### Upgrade the docker-cloud CLI on macOS
94
94
95
95
```
96
96
$ brew update && brew upgrade docker-cloud
@@ -109,7 +109,7 @@ Open your terminal or command shell and execute the following command:
109
109
$ pip uninstall docker-cloud
110
110
```
111
111
112
-
#### Uninstall on Mac OS X
112
+
#### Uninstall on macOS
113
113
114
114
Open your Terminal application and execute the following command:
Copy file name to clipboardexpand all lines: docker-for-mac/docker-toolbox.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Docker for Mac is a Mac native application, that you install in `/Applications`.
33
33
34
34
Here are some key points to know about Docker for Mac before you get started:
35
35
36
-
* Docker for Mac does not use VirtualBox, but rather <ahref="https://github.com/docker/HyperKit/"target="_blank">HyperKit</a>, a lightweight OS X virtualization solution built on top of Hypervisor.framework in OS X 10.10 Yosemite and higher.
36
+
* Docker for Mac does not use VirtualBox, but rather <ahref="https://github.com/docker/HyperKit/"target="_blank">HyperKit</a>, a lightweight macOS virtualization solution built on top of Hypervisor.framework in macOS 10.10 Yosemite and higher.
37
37
38
38
* Installing Docker for Mac does not affect machines you created with Docker Machine. The install offers to copy containers and images from your local `default` machine (if one exists) to the new Docker for Mac HyperKit VM. If chosen, content from `default` is copied to the new Docker for Mac HyperKit VM, and your original `default` machine is kept as is.
Copy file name to clipboardexpand all lines: docker-for-mac/faqs.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ Do the following each time:
53
53
### What is Docker.app?
54
54
55
55
`Docker.app` is Docker for Mac, a bundle of Docker client, and Docker
56
-
Engine. `Docker.app` uses the OS X
57
-
Hypervisor.framework (part of MacOS X 10.10 Yosemite and higher)
56
+
Engine. `Docker.app` uses the macOS
57
+
Hypervisor.framework (part of macOS 10.10 Yosemite and higher)
58
58
to run containers, meaning that _**no separate VirtualBox is required**_.
59
59
60
60
### What kind of feedback are we looking for?
@@ -122,7 +122,7 @@ Docker for Mac creates a certificate bundle of all user-trusted CAs based on the
122
122
123
123
### What are system requirements for Docker for Mac?
124
124
125
-
Note that you need a Mac that supports hardware virtualization, which is most non ancient ones; i.e., use OS X `10.10.3+` or `10.11` (OS X Yosemite or OS X El Capitan). See also "What to know before you install" in [Getting Started](index.md).
125
+
Note that you need a Mac that supports hardware virtualization, which is most non ancient ones; i.e., use macOS `10.10.3+` or `10.11` (macOS Yosemite or macOS El Capitan). See also "What to know before you install" in [Getting Started](index.md).
126
126
127
127
### Do I need to uninstall Docker Toolbox to use Docker for Mac?
128
128
@@ -140,7 +140,7 @@ Toolbox Mac topics.
140
140
141
141
### What is HyperKit?
142
142
143
-
HyperKit is a hypervisor built on top of the Hypervisor.framework in OS X 10.10 Yosemite and higher. It runs entirely in userspace and has no other dependencies.
143
+
HyperKit is a hypervisor built on top of the Hypervisor.framework in macOS 10.10 Yosemite and higher. It runs entirely in userspace and has no other dependencies.
144
144
145
145
We use HyperKit to eliminate the need for other VM products, such as Oracle Virtualbox or VMWare Fusion.
Copy file name to clipboardexpand all lines: docker-for-mac/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ For more about stable and beta channels, see the [FAQs](faqs.md#stable-and-beta-
55
55
56
56
>**Important Notes**:
57
57
>
58
-
>* Docker for Mac requires OS X 10.10.3 Yosemite or newer running on a 2010 or newer Mac, with Intel's hardware support for MMU virtualization. Please see [What to know before you install](index.md#what-to-know-before-you-install) for a full list of prerequisites.
58
+
>* Docker for Mac requires macOS 10.10.3 Yosemite or newer running on a 2010 or newer Mac, with Intel's hardware support for MMU virtualization. Please see [What to know before you install](index.md#what-to-know-before-you-install) for a full list of prerequisites.
59
59
>
60
60
>* <fontcolor="#CC3366">You can switch between beta and stable versions, but _you must have only one app installed at a time_.</font> Also, you will need to save images and export containers you want to keep before uninstalling the current version before installing another. For more about this, see the [FAQs about beta and stable channels](faqs.md#stable-and-beta-channels).
61
61
@@ -70,7 +70,7 @@ For more about stable and beta channels, see the [FAQs](faqs.md#stable-and-beta-
70
70
71
71
- Mac must be a 2010 or newer model, with Intel's hardware support for memory management unit (MMU) virtualization; i.e., Extended Page Tables (EPT)
When you start a container, you will see that your proxy settings propagate into the containers. For example:
42
42
@@ -59,18 +59,18 @@ If you have containers that you wish to keep running across restarts, you should
59
59
60
60
Following is a summary of current limitations on the Docker for Mac networking stack, along with some ideas for workarounds.
61
61
62
-
### There is no docker0 bridge on OSX
62
+
### There is no docker0 bridge on macOS
63
63
64
-
Because of the way networking is implemented in Docker for Mac, you cannot see a `docker0` interface in OSX.
64
+
Because of the way networking is implemented in Docker for Mac, you cannot see a `docker0` interface in macOS.
65
65
This interface is actually within `HyperKit`.
66
66
67
67
### I cannot ping my containers
68
68
69
-
Unfortunately, due to limitations in OSX, we're unable to route traffic to containers, and from containers back to the host.
69
+
Unfortunately, due to limitations in macOS, we're unable to route traffic to containers, and from containers back to the host.
70
70
71
71
### Per-container IP addressing is not possible
72
72
73
-
The docker (Linux) bridge network is not reachable from the OSX host.
73
+
The docker (Linux) bridge network is not reachable from the macOS host.
74
74
75
75
### Use cases and workarounds
76
76
@@ -105,6 +105,6 @@ See the [run commmand](/engine/reference/commandline/run.md) for more details on
105
105
106
106
#### A view into implementation
107
107
108
-
We understand that these workarounds are not ideal, but there are several problems. In particular, there is a bug in OSX that is only fixed in 10.12 and is not being backported as far as we can tell, which means that we could not support this in all supported OSX versions. In addition, this network setup would require root access which we are trying to avoid entirely in Docker for Mac (we currently have a very small root helper that we are trying to remove).
108
+
We understand that these workarounds are not ideal, but there are several problems. In particular, there is a bug in macOS that is only fixed in 10.12 and is not being backported as far as we can tell, which means that we could not support this in all supported macOS versions. In addition, this network setup would require root access which we are trying to avoid entirely in Docker for Mac (we currently have a very small root helper that we are trying to remove).
0 commit comments