readme: Automatically translated README to English

This commit is contained in:
GitHub Actions
2024-04-07 12:56:24 +00:00
parent bb757e70c0
commit c8325696cf

View File

@@ -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: For example, log in to the container with the `Container ID` **9d6e0d280a9e** or the `Container Name` like this:
```bash ```bash
docker exec -it --user $USER 9d6e0d280a9e bash docker exec -it --user $USER tuxbox-build bash
``` ```
or: or:
```bash ```bash
docker exec -it --user $USER tuxbox-build bash docker exec -it --user $USER 9d6e0d280a9e bash
``` ```
You should see something like this prompt: You should see something like this prompt: