Difference between revisions of "Porting/Docker"

From RCS Wiki
Jump to navigation Jump to search
(Created page with "== 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 m...")
 
(Add Category tag)
Line 17: Line 17:
 
* runc-1.0.0_rc10
 
* runc-1.0.0_rc10
 
** [[Media:Runc-1.0.0_rc10-No_pie.patch]]
 
** [[Media:Runc-1.0.0_rc10-No_pie.patch]]
 +
 +
[[Category:Ports]]

Revision as of 22:35, 25 September 2020

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