mirror of https://github.com/docker/docs.git
IAM: fix missing prompt, causing code to not be selectable
This code-block uses the "console" highlighting, which considers lines that do not start with a prompt to be "output" of the command, and non-selectable. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
db82a1844d
commit
07ba341736
|
@ -52,13 +52,13 @@ To create your `registry.json` file on macOS:
|
|||
3. Open a new terminal and type the following command:
|
||||
|
||||
```console
|
||||
sudo mkdir -p /Library/Application\ Support/com.docker.docker
|
||||
$ sudo mkdir -p /Library/Application\ Support/com.docker.docker
|
||||
```
|
||||
|
||||
If prompted, type your password associated with your local computer.
|
||||
|
||||
4. Type the following command:
|
||||
|
||||
```console
|
||||
sudo cp Documents/registry.json /Library/Application\ Support/com.docker.docker/registry.json
|
||||
```console
|
||||
$ sudo cp Documents/registry.json /Library/Application\ Support/com.docker.docker/registry.json
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue