Sign inSign up

ebruni/android-sdk

By ebruni

Updated 5 months ago

An environment for Android development under Expo

Image
Languages & frameworks
Developer tools
0

791

ebruni/android-sdk repository overview

What is android-sdk?

android-sdk is an environment for Android development under Expo

All images, unless explicitly defined, are based on ebruni/pnpm:ubuntu

How to use this image

Start the application as

$ docker run --rm -ti ebruni/android-sdk

Environment variables

This image runs under the user node (uid/gid 1000/1000) by default.

You can match the UID/GID of the user in the container with the UID of the user on your host system.
This is useful if you want to mount a volume from your host system into the container.

You can do this by setting the environment variable FORCE_UID to the UID of the user on your host system and FORCE_GID to the GID of the user on your host system.

For example, if your user has UID 1000 and GID 1000, you can run the container like this:

$ docker run --rm -ti -e FORCE_UID=1000 -e FORCE_GID=1000 ebruni/android-sdk

This will set the UID and GID of the user in the container to the same UID and GID as the user on your host system.

This way, you can avoid permission issues when mounting a volume from your host system into the container.

Entrypoint.d

This image supports the multiple entrypoint.d scripts.
You can add your own scripts to the /etc/entrypoint.d directory in the container.
These scripts will be executed in alphabetical order when the container starts.
You can use this feature to run your own initialization scripts or to customize the behavior of the container.

Supported scripts are:

  • *.sh - shell scripts running at startup in alphabetical
  • *.env - environment variables to be set in the container
  • *.stop - shell scripts running at shutdown in alphabetical order

Authors

Emiliano Bruni (EB) [email protected]

Changes

AUTHORDATEVER.COMMENTS
EB2026-05-080.1.0First Release

Source

The source of this image on GitHub.

Tag summary

Content type

Image

Digest

sha256:0a1091d4b

Size

920.1 MB

Last updated

5 months ago

docker pull ebruni/android-sdk