Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 989 Bytes

README.rst

File metadata and controls

33 lines (20 loc) · 989 Bytes

:docker:inject-qemu-bins

Injects QEMU binaries into a docker image required to run ARM binaries on x86_64 processors.

NOTICE: This operation is flattening the docker layers by doing export and import

Examples:

rkd :docker:inject-qemu-bins --image=arm32v7/php:7.2-fpm

Class name to import: rkt_armutils.docker.InjectQEMUBinaryIntoContainerTask [see how to import]

:travis:use-experimental-docker

Turns on experimental features in Docker client. NOTICE: Overrides ~/.docker/config.json - but useful on CI

Class name to import: rkt_armutils.docker.UseExperimentalDockerTask [see how to import]

:travis:configure-qemu

Configures Travis-CI to use QEMU for building docker containers.

Class name to import: rkt_armutils.docker.ConfigureTravisBuildTask [see how to import]