Skip to content

Commit

Permalink
Docs: add hint to README to fix an error with building a Docker image (
Browse files Browse the repository at this point in the history
…#2833)

Co-authored-by: Jan Eißler <jan.eissler@voltfang.de>
  • Loading branch information
j-eissler and Jan Eißler authored Oct 13, 2024
1 parent 864d7ce commit 1b18fa0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions tools/docker/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@
```

*for UI Image see [ui/README.md](../ui/README.md)*

# Common Problems and Solutions
```
ERROR: failed to solve: error from sender: context canceled
```
When building the Docker image this error may occur because another program is accessing the project files. Try closing these programs (e.g. Eclipse IDE) and run the build command again.
9 changes: 8 additions & 1 deletion tools/docker/edge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@
docker build . -t openems_edge -f tools/docker/edge/Dockerfile
```

*for UI Image see [ui/README.md](../ui/README.md)*
*for UI Image see [ui/README.md](../ui/README.md)*

# Common Problems and Solutions
```
ERROR: failed to solve: error from sender: context canceled
```
When building the Docker image this error may occur because another program is accessing the project files. Try closing these programs (e.g. Eclipse IDE) and run the build command again.

0 comments on commit 1b18fa0

Please sign in to comment.