Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/cm…
Browse files Browse the repository at this point in the history
…d-nse-simple-vl3-docker@main

PR link: networkservicemesh/cmd-nse-simple-vl3-docker#8

Commit: 3ee9c60
Author: Network Service Mesh Bot
Date: 2022-05-19 03:47:00 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sd…
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed May 19, 2022
1 parent 32d3d0e commit 5f8f638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/nse-simple-vl3-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
nse-simple-vl3-docker:
image: ghcr.io/networkservicemesh/ci/cmd-nse-simple-vl3-docker:3687416
image: ghcr.io/networkservicemesh/ci/cmd-nse-simple-vl3-docker:3ee9c60
privileged: true
container_name: cmd-nse-simple-vl3-docker
restart: always
Expand Down
4 changes: 2 additions & 2 deletions examples/k8s_monolith/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ EOF
```

```bash
docker cp coredns-config cmd-nse-simple-vl3-docker:/
docker cp coredns-config cmd-nse-simple-vl3-docker:3ee9c60
```

```bash
docker cp dnsentries.db cmd-nse-simple-vl3-docker:/
docker cp dnsentries.db cmd-nse-simple-vl3-docker:3ee9c60
```

Run coredns with this config:
Expand Down

0 comments on commit 5f8f638

Please sign in to comment.