Skip to content

Commit 5858cfb

Browse files
committed
Added TROUBLESHOOTING
1 parent 672f46c commit 5858cfb

File tree

2 files changed

+17
-94
lines changed

2 files changed

+17
-94
lines changed

documentation/TROUBLESHOOTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[<-- Back to main section](../README.md)
2+
3+
# Troubleshooting
4+
5+
## Startup or update errors
6+
7+
You can safely reprovision your VM:
8+
9+
```bash
10+
11+
# if box is NOT started
12+
vagrant up --provision
13+
14+
# if box is already started
15+
vagrant provision
16+
```
17+

provision/ansible/roles/docker-proxy/files/conf-vm/20-macro-docker-proxy.conf

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)