add coker ignore files

This commit is contained in:
Simon Larsen
2023-02-03 13:42:48 +00:00
parent 487c4860bb
commit 5aae0fe72c
14 changed files with 51394 additions and 49374 deletions

25
Devops/docs/docker-ops.md Normal file
View 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.