1

I have a Linux machine where I successfully built the Android Open Source Project (AOSP).
One of the products of this build is grxmlcompile (in /aosp/out/host/Linux-x86/bin), which is the tool I need.
I would like to create a Docker container that has a runnable version of grxmlcompile.

I'm a beginner Docker user, and I can't seem to make it work. What is the right way to do it? Do I need to compile it in the container?

UPDATE: I have created a container from the ubuntu:14.04 image and struggled with getting the file into it. Finally used the advice here, but couldn't run the file. I'm not sure if it's a permission issue, or the file is not runnable.

ucMedia
  • 4,105
  • 4
  • 38
  • 46
Ron Harlev
  • 16,227
  • 24
  • 89
  • 132
  • 1
    Though you didn't tell us about your actual errors: please check if there might be 32-bit vs 64-bit issues. In my experience I needed to install some support libraries for 32-bit. Using the official ubuntu:14.04 Docker image will only support 64-bit. – gesellix May 29 '15 at 08:07

0 Answers0