Skip to content

Commit 3544131

Browse files
gdevillelejohndmulhausen
authored andcommitted
fix type of keywords entry in frontmatter (in /docker-for-mac/ dir) (#496)
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <[email protected]>
1 parent 8708773 commit 3544131

10 files changed

+28
-38
lines changed

docker-for-mac/docker-toolbox.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Docker for Mac and Docker Toolbox
3+
keywords: mac, windows, alpha, beta, toolbox, docker-machine, tutorial
24
redirect_from:
35
- /mackit/docker-toolbox/
4-
description: Docker for Mac and Docker Toolbox
5-
keywords:
6-
- mac, windows, alpha, beta, toolbox, docker-machine, tutorial
76
title: Docker for Mac vs. Docker Toolbox
87
---
98

@@ -122,4 +121,4 @@ You might decide that you do not need Toolbox now that you have Docker for Mac,
122121
and want to uninstall it. For details on how to perform a clean uninstall of
123122
Toolbox on the Mac, see [How to uninstall
124123
Toolbox](/toolbox/toolbox_install_mac.md#how-to-uninstall-toolbox) in the
125-
Toolbox Mac topics.
124+
Toolbox Mac topics.

docker-for-mac/examples.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Docker for Mac and Docker for Windows Tutorials
3-
keywords:
4-
- mac, windows, examples, Compose
3+
keywords: mac, windows, examples, Compose
54
title: Example applications
65
---
76

@@ -15,4 +14,4 @@ For now, if you want get started experimenting with the Beta apps and Docker Com
1514
- [Quickstart: Compose and Rails](/compose/rails/)
1615
- [Quickstart: Compose and WordPress](/compose/wordpress/)
1716

18-
See also [learn by example](/engine/tutorials/index.md) tutorials on building images, running containers, networking, managing data, and storing images on Docker Hub.
17+
See also [learn by example](/engine/tutorials/index.md) tutorials on building images, running containers, networking, managing data, and storing images on Docker Hub.

docker-for-mac/faqs.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Frequently asked questions
3+
keywords: mac faqs
24
redirect_from:
35
- /mackit/faqs/
4-
description: Frequently asked questions
5-
keywords:
6-
- mac faqs
76
title: Frequently asked questions (FAQ)
87
---
98

@@ -157,4 +156,4 @@ consume any resources unless Docker.app connects to it, so it's safe to ignore.
157156

158157
### Can I pass through a USB device to a container?
159158

160-
Unfortunately it is not possible to pass through a USB device (or a serial port) to a container. For use cases requiring this, we recommend the use of [Docker Toolbox](/toolbox/overview.md).
159+
Unfortunately it is not possible to pass through a USB device (or a serial port) to a container. For use cases requiring this, we recommend the use of [Docker Toolbox](/toolbox/overview.md).

docker-for-mac/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2+
description: Getting Started
3+
keywords: mac, beta, alpha, tutorial
24
redirect_from:
35
- /mackit/
46
- /mackit/getting-started/
57
- /mac/
68
- /mac/started/
79
- /docker-for-mac/started/
810
- /installation/mac/
9-
description: Getting Started
10-
keywords:
11-
- mac, beta, alpha, tutorial
1211
title: Get started with Docker for Mac
1312
---
1413

@@ -284,4 +283,4 @@ ln -s /Applications/Docker.app/Contents/Resources/etc/docker-compose.bash-comple
284283

285284
* Check out the <a href="https://blog.docker.com/2016/06/docker-mac-windows-public-beta/">blog posts</a> on Docker for Mac and Docker for Windows public betas, and <a href="https://blog.docker.com/2016/03/docker-for-mac-windows-beta/">earlier posts</a> on the initial private beta.
286285

287-
* Please give feedback on your experience with the app and report bugs and problems by logging into our [Docker for Mac forum](https://forums.docker.com/c/docker-for-mac).
286+
* Please give feedback on your experience with the app and report bugs and problems by logging into our [Docker for Mac forum](https://forums.docker.com/c/docker-for-mac).

docker-for-mac/multi-arch.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Multi-CPU Architecture Support
3+
keywords: mac, Multi-CPU architecture support
24
redirect_from:
35
- /mackit/multi-arch/
4-
description: Multi-CPU Architecture Support
5-
keywords:
6-
- mac, Multi-CPU architecture support
76
title: Leveraging multi-CPU architecture support
87
---
98

@@ -36,4 +35,4 @@ these to do builds `FROM`, so you can build new Multi-CPU architecture packages.
3635
Alternatively, you can bind mount in the `qemu` static binaries to any
3736
cross-architecture package, such as the semi-official ones using a script like
3837
this one https://github.com/justincormack/cross-docker. (See the README at the
39-
given link for details on how to use the script.)
38+
given link for details on how to use the script.)

docker-for-mac/networking.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Networking
3+
keywords: mac, networking
24
redirect_from:
35
- /mackit/networking/
4-
description: Networking
5-
keywords:
6-
- mac, networking
76
title: Networking features in Docker for Mac
87
---
98

@@ -123,4 +122,4 @@ problems. In particular, there is a bug in macOS that is only fixed in 10.12 and
123122
is not being backported as far as we can tell, which means that we could not
124123
support this in all supported macOS versions. In addition, this network setup
125124
would require root access which we are trying to avoid entirely in Docker for
126-
Mac (we currently have a very small root helper that we are trying to remove).
125+
Mac (we currently have a very small root helper that we are trying to remove).

docker-for-mac/opensource.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Docker's use of Open Source
3-
keywords:
4-
- docker, opensource
3+
keywords: docker, opensource
54
title: Open source components and licensing
65
---
76

@@ -18,4 +17,4 @@ The sources for `qemu-img` can be obtained
1817
[here](http://wiki.qemu-project.org/download/qemu-2.4.1.tar.bz2). The sources
1918
for the `gettext` and `glib` libraries that `qemu-img` requires were obtained
2019
from [Homebrew](https://brew.sh) and may be retrieved using `brew install
21-
--build-from-source gettext glib`.
20+
--build-from-source gettext glib`.

docker-for-mac/osxfs.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: OSXFS
3+
keywords: mac, osxfs
24
redirect_from:
35
- /mackit/osxfs/
4-
description: OSXFS
5-
keywords:
6-
- mac, osxfs
76
title: File system sharing (osxfs)
87
---
98

@@ -327,4 +326,4 @@ engineering work on custom low-level components.
327326
We appreciate your understanding as we continue development of the product and
328327
work on all dimensions of performance. We want to continue to work with the
329328
community on this, so please continue to report issues as you find them. We look
330-
forward to collaborting with you on ideas and on the source code itself.
329+
forward to collaborting with you on ideas and on the source code itself.

docker-for-mac/release-notes.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Change log / release notes per release
3+
keywords: pinata, alpha, tutorial
24
redirect_from:
35
- /mackit/release-notes/
4-
description: Change log / release notes per release
5-
keywords:
6-
- pinata, alpha, tutorial
76
title: Docker for Mac release notes
87
---
98

@@ -1044,4 +1043,4 @@ work yet.
10441043
- Fixed setting hostname
10451044

10461045

1047-
- Fixed permissions on `usr/local` symbolic links
1046+
- Fixed permissions on `usr/local` symbolic links

docker-for-mac/troubleshoot.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Troubleshooting, logs, and known issues
3+
keywords: mac, troubleshooting, logs, issues
24
redirect_from:
35
- /mackit/troubleshoot/
4-
description: Troubleshooting, logs, and known issues
5-
keywords:
6-
- mac, troubleshooting, logs, issues
76
title: Logs and troubleshooting
87
---
98

@@ -347,4 +346,4 @@ Alternatively you could create a plain-text TCP proxy on localhost:1234 using:
347346
Then restart the NTP service with:
348347

349348
sudo launchctl unload /System/Library/LaunchDaemons/org.ntp.ntpd.plist
350-
sudo launchctl load /System/Library/LaunchDaemons/org.ntp.ntpd.plist
349+
sudo launchctl load /System/Library/LaunchDaemons/org.ntp.ntpd.plist

0 commit comments

Comments
 (0)