From cecea2b6aa218c93a2877b824c348508c1d8ee90 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 4 Apr 2022 09:36:11 -0500 Subject: [PATCH] A couple small tweaks for README readability. --- README.md | 10 +++++----- setup/networking/README.md | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a205507..c8af96d 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,11 @@ The Pi Dramble includes a built-in Docker registry that is used to host Drupal i ``` 1. Follow the linked directions to [get Docker to use your self-signed Docker Registry cert](https://docs.docker.com/registry/insecure/#use-self-signed-certificates). For macOS, using the GUI: - 1. Double-click on `k8s-manifests/docker-registry/certs/tls.crt` to add it to your Keychain - 1. Select the certificate in Keychain Access, choose 'File' > 'Get Info' - 1. Expand the 'Trust' section, and choose 'Always Trust' for "When using this certificate:" - 1. Close the info dialog and enter your password to save the changes. - 1. Restart Docker for Mac. + 1. Double-click on `k8s-manifests/docker-registry/certs/tls.crt` to add it to your Keychain + 1. Select the certificate in Keychain Access, choose 'File' > 'Get Info' + 1. Expand the 'Trust' section, and choose 'Always Trust' for "When using this certificate:" + 1. Close the info dialog and enter your password to save the changes. + 1. Restart Docker for Mac. 1. Tag your image for the registry and push it: ``` diff --git a/setup/networking/README.md b/setup/networking/README.md index a1f6f85..f28e7ef 100644 --- a/setup/networking/README.md +++ b/setup/networking/README.md @@ -37,7 +37,8 @@ _If you don't want to use the automated playbook, you can do the following on ea 2. Set up the network settings for our Pi network: 1. Change DNS IP address `sudo nano /etc/resolv.conf` - 2. Set static IP address `sudo nano /etc/dhcpcd.conf`, example + 2. Set static IP address `sudo nano /etc/dhcpcd.conf`, for example: + ``` interface eth0 #use wlan0 for Wifi static ip_address=192.168.1.120/24