Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
A couple small tweaks for README readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Apr 4, 2022
1 parent 9e15524 commit cecea2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -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:

```
Expand Down
3 changes: 2 additions & 1 deletion setup/networking/README.md
Expand Up @@ -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
Expand Down

0 comments on commit cecea2b

Please sign in to comment.