Sign inSign up

purik/android-studio

By purik

Updated over 6 years ago

Android Studio 3.0 GUI

Image
4

3.9K

purik/android-studio repository overview

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 image by docker build ... command or get ready image docker pull purik/android-studio:latest from my public repo
  • Customize container with studio for any specific project by installing necessary build tools, accepting licenses agreements, etc throug GUI by X11 that preinstalled in base image
  • Use customized container as image for your personal configurations by docker commit

Example 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

Tag summary

Content type

Image

Digest

Size

2.2 GB

Last updated

over 6 years ago

docker pull purik/android-studio