Full descriptions on my GitHub https://github.com/Purik/android-studio-docker Dockerfile https://github.com/Purik/android-studio-docker/blob/master/Dockerfile
Typical usage:
build ... command or get ready image docker pull purik/android-studio:latest from my public repoExample of running container on host machine through ssh with X11 forwarding
docker run -it --net=host --env="DISPLAY" -v /tmp/.X11-unix:/tmp/.X11-unix -v="$HOME/.Xauthority:/root/.Xauthority:rw" purik/android-studio:latest /opt/android-studio/bin/studio.sh
Content type
Image
Digest
Size
2.2 GB
Last updated
over 6 years ago
docker pull purik/android-studio