Skip to content

vtorosyan/docker-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Docker image for Android SDK and JDK8

A docker image for Android SDK and JDK8 with SSHD installed so that it is possible to SSH to the container

Pre-requisites

How to use

  • Clone the project on your local and go the project root
  • Build the image docker build android:android-1.0 .
  • Check the image id by using docker imagescommand
  • Run the container by givin image id from previous command docker run -t -i {yourImageId}
  • Check if the container is up and running docker ps -a, and pick the port where it is running if you want to ssh to the container
  • Connect to the container ssh android@localhost -p {portYouPickFromPreviousCommand}

About

Docker Image for Android SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages