Update docker hub url

This commit is contained in:
Halim Qarroum
2023-02-15 14:43:36 +00:00
parent 2b1f370439
commit 2b7335b9c9
+1 -1
View File
@@ -131,7 +131,7 @@ docker run -it --rm --device /dev/kvm -p 5555:5555 -v /shared/android/sdk:/opt/a
### Pull from Docker Hub
Different pre-built images of `docker-android` exist on [Docker Hub](https://hub.docker.com/repository/docker/halimqarroum/docker-android/general). Each image variant is tagged using its the api level and image type. For example, to pull an API 33 image, you can run the following.
Different pre-built images of `docker-android` exist on [Docker Hub](https://hub.docker.com/r/halimqarroum/docker-android). Each image variant is tagged using its the api level and image type. For example, to pull an API 33 image, you can run the following.
```bash
docker pull halimqarroum/docker-android:api-33