mirror of
https://github.com/tuxbox-neutrino/docker-buildenv.git
synced 2025-08-26 21:22:43 +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:
|
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:
|
||||||
|
Reference in New Issue
Block a user