Skip to content

Commit

Permalink
Merge pull request #427 from stlankes/nemo
Browse files Browse the repository at this point in the history
add description to use alpine as base image
  • Loading branch information
stlankes authored Feb 23, 2025
2 parents ac460bb + bf03452 commit 6f97187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ COPY hermit-loader-x86_64 hermit/hermit-loader
COPY httpd hermit/httpd
CMD ["/hermit/httpd"]
```

The base image `hermit_env` includes an hypervisor, which is able to boot _Hermit OS_ applications.
The image based on _Ubuntu_.
To reduce the image size, the base image _hermit_env_alpine_ can be used.
This image based on [Alpine Linux](https://www.alpinelinux.org), which is a security-oriented, lightweight Linux distribution.
Afterwards, the container image can be created and pushed to the registry.
The registery tag has to replace with the enduser registry.

Expand Down

0 comments on commit 6f97187

Please sign in to comment.