mirror of
https://github.com/DepthFirstDisclosures/Nginx-Rift.git
synced 2026-05-26 10:20:50 +00:00
This specification outlines the process of enabling Docker emulation on ARM architecture, with testing conducted on Apple Silicon M5 device.
13 lines
218 B
YAML
13 lines
218 B
YAML
services:
|
|
nginx:
|
|
build: .
|
|
platform: linux/amd64
|
|
cap_add:
|
|
- SYS_PTRACE
|
|
security_opt:
|
|
- seccomp=unconfined
|
|
init: true
|
|
ports:
|
|
- "19321:19321"
|
|
tty: true
|
|
stdin_open: true
|