Skip to content

Commit ffc05a5

Browse files
authored
Merge pull request #27239 from kubernetes/remyleone-patch-1
add infos about docker setups
2 parents 0818c30 + bf2cfd8 commit ffc05a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ make container-image
4343
make container-serve
4444
```
4545

46+
If you see errors, it probably means that the hugo container did not have enough computing resources available. To solve it, increase the amount of allowed CPU and memory usage for Docker on your machine ([MacOSX](https://docs.docker.com/docker-for-mac/#resources) and [Windows](https://docs.docker.com/docker-for-windows/#resources)).
47+
4648
Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh.
4749

4850
## Running the website locally using Hugo

0 commit comments

Comments
 (0)