mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
add coker ignore files
This commit is contained in:
25
Devops/docs/docker-ops.md
Normal file
25
Devops/docs/docker-ops.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Docker Troubleshooting
|
||||
|
||||
### Error:
|
||||
|
||||
```
|
||||
Docker | failed to solve with frontend dockerfile.v0: failed to create LLB definition: rpc error: code = Unknown desc
|
||||
```
|
||||
|
||||
Solution:
|
||||
|
||||
Factory reset docker and then,
|
||||
|
||||
```
|
||||
rm ~/.docker/config.json
|
||||
```
|
||||
|
||||
### Error:
|
||||
|
||||
```
|
||||
No such file or directory for /var/lib/docker/overlay2
|
||||
```
|
||||
|
||||
Solution:
|
||||
|
||||
Remove node_modules from the Common, CommonServer, Model, CommonUI project.
|
||||
Reference in New Issue
Block a user