forked from TrueCloudLab/distribution
Merge pull request #240 from mstanleyjones/osx_to_macos
Update branding for macOS
This commit is contained in:
commit
8b7675a259
3 changed files with 10 additions and 10 deletions
|
@ -33,5 +33,5 @@ At this point, it's assumed that:
|
||||||
|
|
||||||
* [using Apache as an authenticating proxy](apache.md)
|
* [using Apache as an authenticating proxy](apache.md)
|
||||||
* [using Nginx as an authenticating proxy](nginx.md)
|
* [using Nginx as an authenticating proxy](nginx.md)
|
||||||
* [running a Registry on OS X](osx-setup-guide.md)
|
* [running a Registry on macOS](osx-setup-guide.md)
|
||||||
* [mirror the Docker Hub](mirror.md)
|
* [mirror the Docker Hub](mirror.md)
|
||||||
|
|
|
@ -17,5 +17,5 @@ type: menu
|
||||||
|
|
||||||
* [using Apache as an authenticating proxy](apache.md)
|
* [using Apache as an authenticating proxy](apache.md)
|
||||||
* [using Nginx as an authenticating proxy](nginx.md)
|
* [using Nginx as an authenticating proxy](nginx.md)
|
||||||
* [running a Registry on OS X](osx-setup-guide.md)
|
* [running a Registry on macOS](osx-setup-guide.md)
|
||||||
* [mirror the Docker Hub](mirror.md)
|
* [mirror the Docker Hub](mirror.md)
|
||||||
|
|
|
@ -1,32 +1,32 @@
|
||||||
---
|
---
|
||||||
description: Explains how to run a registry on OS X
|
description: Explains how to run a registry on macOS
|
||||||
keywords:
|
keywords:
|
||||||
- registry, on-prem, images, tags, repository, distribution, OS X, recipe, advanced
|
- registry, on-prem, images, tags, repository, distribution, macOS, recipe, advanced
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: smn_recipes
|
parent: smn_recipes
|
||||||
title: Running on OS X
|
title: Running on macOS
|
||||||
---
|
---
|
||||||
|
|
||||||
# OS X Setup Guide
|
# macOS Setup Guide
|
||||||
|
|
||||||
## Use-case
|
## Use-case
|
||||||
|
|
||||||
This is useful if you intend to run a registry server natively on OS X.
|
This is useful if you intend to run a registry server natively on macOS.
|
||||||
|
|
||||||
### Alternatives
|
### Alternatives
|
||||||
|
|
||||||
You can start a VM on OS X, and deploy your registry normally as a container using Docker inside that VM.
|
You can start a VM on macOS, and deploy your registry normally as a container using Docker inside that VM.
|
||||||
|
|
||||||
The simplest road to get there is traditionally to use the [docker Toolbox](https://www.docker.com/toolbox), or [docker-machine](/machine/index.md), which usually relies on the [boot2docker](http://boot2docker.io/) iso inside a VirtualBox VM.
|
The simplest road to get there is traditionally to use the [docker Toolbox](https://www.docker.com/toolbox), or [docker-machine](/machine/index.md), which usually relies on the [boot2docker](http://boot2docker.io/) iso inside a VirtualBox VM.
|
||||||
|
|
||||||
### Solution
|
### Solution
|
||||||
|
|
||||||
Using the method described here, you install and compile your own from the git repository and run it as an OS X agent.
|
Using the method described here, you install and compile your own from the git repository and run it as an macOS agent.
|
||||||
|
|
||||||
### Gotchas
|
### Gotchas
|
||||||
|
|
||||||
Production services operation on OS X is out of scope of this document. Be sure you understand well these aspects before considering going to production with this.
|
Production services operation on macOS is out of scope of this document. Be sure you understand well these aspects before considering going to production with this.
|
||||||
|
|
||||||
## Setup golang on your machine
|
## Setup golang on your machine
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue