From 205c713496a6a4a565d46551b01b913c9bc6b464 Mon Sep 17 00:00:00 2001 From: Ruben Suarez Alvarez Date: Thu, 28 Sep 2023 14:37:28 +0200 Subject: [PATCH] Fix: DOCKER_IMAGE_NAME in run.sh --- README.md | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80c8e7f..91faed6 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ You can run the container like this (change --rm with -d if you don't want the c #!/usr/bin/env bash DOCKER_REPOSITORY_NAME="rubensa" -DOCKER_IMAGE_NAME="ubuntu-tini-dev" +DOCKER_IMAGE_NAME="ubuntu-tini-x11" DOCKER_IMAGE_TAG="latest" # Get current user UID diff --git a/run.sh b/run.sh index 1089f75..f153803 100755 --- a/run.sh +++ b/run.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash DOCKER_REPOSITORY_NAME="rubensa" -DOCKER_IMAGE_NAME="ubuntu-tini-dev" +DOCKER_IMAGE_NAME="ubuntu-tini-x11" DOCKER_IMAGE_TAG="latest" # Get current user UID