From 2b7335b9c9aeb72329012aa350fb00d474f099b9 Mon Sep 17 00:00:00 2001 From: Halim Qarroum Date: Wed, 15 Feb 2023 14:43:36 +0000 Subject: [PATCH] Update docker hub url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e6305c..4e31eeb 100644 --- a/README.md +++ b/README.md @@ -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