Skip to content

delijati/docker-arm-x86

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Run armhf in docker x86/ amd64

Install on your host (host ubuntu 18.04 amd64)

% sudo apt-get install qemu-user-static
% cp /usr/bin/qemu-arm-static .
% docker run -v `pwd`:/app --rm -ti qemu-armhf:testing bash -c "cd /app && virtualenv env && env/bin/pip3 install requests && env/bin/python test.py"

About

Run arm docker on x86 host with qemu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published