first row

This commit is contained in:
nutzer26
2022-12-13 09:19:15 +01:00
commit 4f6426ff6f
8 changed files with 805 additions and 0 deletions

5
nginx/images_commands Normal file
View File

@@ -0,0 +1,5 @@
# images
docker image inspect --format='{{.Os}}' nginx
# container
docker container inspect --format='{{.Platform}}' nginx
linux