Porting/Docker
Jump to navigation
Jump to search
Docker on POWER
Docker runs fine on POWER, the only issues are with golang on big endian ppc64, which does not support external linking or pie. External linking can be made to work, and pie can simply be disabled when building docker.
Base image
zeldin/debian:sid-slim on Docker Hub is a base image to get you started.
Patchfiles uploaded
- go-1.13.15
- docker-19.03.8
- containerd-1.2.13
- runc-1.0.0_rc10