mirror of
https://github.com/tuxbox-neutrino/docker-buildenv.git
synced 2025-08-26 13:12:42 +02:00
readme: Automatically translated README to English
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user