79228195

Date: 2024-11-26 20:41:53
Score: 1.5
Natty:
Report link

Use the --platform option of the docker run command. For example:

$ docker run --rm --platform "linux/arm/v7" alpine:latest uname -m
armv7l
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: well-dan