Update container-execution.md

pull/10/head
hotio 2019-12-25 00:07:37 +01:00 zatwierdzone przez GitHub
rodzic 2a40b44bae
commit c23b1d7550
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -33,13 +33,13 @@ Execute it with `dtail <container_name>`.
If you are experiencing issues with one of our containers, it helps us to know which version of the image your container is running from. The primary reason we ask for this is because you may be reporting an issue we are aware of and have subsequently fixed. However, if you are running on the latest version of our image, it could indeed be a newly found bug, which we'd want to know more about.
To obtain the build version for the image:
To obtain the build version for the container:
```bash
docker inspect -f '{{ index .Config.Labels "build_version" }}' <container_name>
```
Or the container:
Or the image:
```bash
docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/<image_name>