Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Added note for SElinux enabled distros (in README) #856

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ terrorjack@hostname:/project$ podman run -it --rm -v $(pwd):/workspace -w /works
root@hostname:/workspace#
```

Note that SELinux might be preventing your source files to be visible in the container. If that is the case you can add `--security-opt label=disable` to the podman command.

There are a lot of link-time options available to `ahc-link`, e.g. targeting
the browser platform instead of `node`, adding extra GHC options or setting
runtime parameters. Check the [documentation](https://asterius.netlify.app/) for
Expand Down