generated a seccomp profile

This commit is contained in:
Jan Friedli 2020-04-12 15:44:53 +02:00
parent 4122460dfd
commit f3019b3b32
No known key found for this signature in database
GPG key ID: F945FA2FCA30549D
2 changed files with 2 additions and 1 deletions

View file

@ -202,7 +202,7 @@ This does mount the upload folder as tmpfs and servers the app on `localhost:818
##### Podman
Build: `podman build -f Dockerfile.production -t matweb-podman .`
Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges matweb-podman:latest`
Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges,seccomp=./config/seccomp.json matweb-podman:latest`
# Configuration