Skip to content

Commit

Permalink
Update dockerfiles index.md (#173)
Browse files Browse the repository at this point in the history
Advice to try giving Docker container more memory if QEMU fails.

Signed-off-by: Robert Sison <[email protected]>
  • Loading branch information
robs-cse authored Jan 12, 2023
1 parent bf46bb9 commit dc9a925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/dockerfiles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jblogs@in-container:/host/build-x86$ ninja
```

If you need to make any code modifications or commit things to git, use terminal A. If you need to recompile or simulate an image, use terminal B.
Note, if QEMU fails when trying to simulate the image, try configuring your Docker host to give the container more memory.

## Adding dependencies
To add more software inside the container, modify the `extras.dockerfile`. It contains an `apt-get` command which can be added to. After the first modification, docker will rebuild the extras image, and cache it after that.
Expand Down

0 comments on commit dc9a925

Please sign in to comment.