From c8325696cfc5e5961ffe2302eb86d69b52311428 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 7 Apr 2024 12:56:24 +0000 Subject: [PATCH] readme: Automatically translated README to English --- README-en.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index 0b506c2..b15e2f0 100644 --- a/README-en.md +++ b/README-en.md @@ -187,13 +187,14 @@ The use of this Docker image is intended to help create Docker containers that p For example, log in to the container with the `Container ID` **9d6e0d280a9e** or the `Container Name` like this: + ```bash - docker exec -it --user $USER 9d6e0d280a9e bash + docker exec -it --user $USER tuxbox-build bash ``` or: ```bash - docker exec -it --user $USER tuxbox-build bash + docker exec -it --user $USER 9d6e0d280a9e bash ``` You should see something like this prompt: