{"id":6892,"date":"2026-03-10T16:00:40","date_gmt":"2026-03-10T15:00:40","guid":{"rendered":"https:\/\/workboot.fr\/ciela\/?page_id=6892"},"modified":"2026-03-10T16:01:41","modified_gmt":"2026-03-10T15:01:41","slug":"docker","status":"publish","type":"page","link":"https:\/\/workboot.fr\/ciela\/docker\/","title":{"rendered":"Docker"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">D\u00e9couverte d&rsquo;une machine debian 13 (trixies)  dans un conteneur (Docker)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># chargement de l'image debian:13 \ndocker pull debian:13\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>bruno@debian13:~\/Works\/Docker\/Debian13$ docker image inspect debian:13 \n&#91;\n    {\n        \"Id\": \"sha256:a3624ddeb711bef28c29e6de1502fc3ef9df132c220d1db5a121b2a1e2a74256\",\n        \"RepoTags\": &#91;\n            \"debian:13\"\n        ],\n        \"RepoDigests\": &#91;\n            \"debian@sha256:3615a749858a1cba49b408fb49c37093db813321355a9ab7c1f9f4836341e9db\"\n        ],\n        \"Parent\": \"\",\n        \"Comment\": \"debuerreotype 0.17\",\n        \"Created\": \"2026-02-23T00:00:00Z\",\n        \"DockerVersion\": \"\",\n        \"Author\": \"\",\n        \"Config\": {\n            \"Hostname\": \"\",\n            \"Domainname\": \"\",\n            \"User\": \"\",\n            \"AttachStdin\": false,\n            \"AttachStdout\": false,\n            \"AttachStderr\": false,\n            \"Tty\": false,\n            \"OpenStdin\": false,\n            \"StdinOnce\": false,\n            \"Env\": &#91;\n                \"PATH=\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin\"\n            ],\n            \"Cmd\": &#91;\n                \"bash\"\n            ],\n            \"Image\": \"\",\n            \"Volumes\": null,\n            \"WorkingDir\": \"\",\n            \"Entrypoint\": &#91;],\n            \"OnBuild\": null,\n            \"Labels\": null\n        },\n        \"Architecture\": \"amd64\",\n        \"Os\": \"linux\",\n        \"Size\": 119856754,\n        \"GraphDriver\": {\n            \"Data\": {\n                \"MergedDir\": \"\/var\/lib\/docker\/overlay2\/fec1e4a587c691169e13ea138afc276c5251b91d44bdc78620bc2af517acb941\/merged\",\n                \"UpperDir\": \"\/var\/lib\/docker\/overlay2\/fec1e4a587c691169e13ea138afc276c5251b91d44bdc78620bc2af517acb941\/diff\",\n                \"WorkDir\": \"\/var\/lib\/docker\/overlay2\/fec1e4a587c691169e13ea138afc276c5251b91d44bdc78620bc2af517acb941\/work\"\n            },\n            \"Name\": \"overlay2\"\n        },\n        \"RootFS\": {\n            \"Type\": \"layers\",\n            \"Layers\": &#91;\n                \"sha256:a541a5ccaa301e7fac682a49beced877c74cb57f094a6f0527b36d8a0e7e8ded\"\n            ]\n        },\n        \"Metadata\": {\n            \"LastTagTime\": \"0001-01-01T00:00:00Z\"\n        }\n    }\n]<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code># lancer le conteneur et se connecter avec un terminal bash\ndocker run -it --name ma-debian-13 debian:13 bash<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code># docker run : C'est la commande de base pour cr\u00e9er et d\u00e9marrer un nouveau conteneur.\n# -it : C'est la combinaison de deux options :\n#   -i (interactive) : Maintient le flux d'entr\u00e9e standard (STDIN) ouvert, m\u00eame si le conteneur n'est pas attach\u00e9\n#   -t (tty) : Alloue un pseudo-terminal, ce qui permet d'avoir un shell interactif avec un affichage correct\n#   --name ma-debian-13 : Donne un nom personnalis\u00e9 au conteneur (\"ma-debian-13\") au lieu de laisser Docker g\u00e9n\u00e9rer un nom al\u00e9atoire.\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">on va lancer la machine et y \u00eatre root!<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>bruno@debian13:~\/Works\/Docker\/Debian13$ docker run -it --name ma-debian-13 debian:13 bash\nroot@ac69bf613585:\/# hostname \nac69bf613585\nroot@ac69bf613585:\/# \n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>D\u00e9couverte d&rsquo;une machine debian 13 (trixies) dans un conteneur (Docker) on va lancer la machine et y \u00eatre root!<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-6892","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Docker - workboot<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/workboot.fr\/ciela\/docker\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Docker - workboot\" \/>\n<meta property=\"og:description\" content=\"D\u00e9couverte d&rsquo;une machine debian 13 (trixies) dans un conteneur (Docker) on va lancer la machine et y \u00eatre root!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/workboot.fr\/ciela\/docker\/\" \/>\n<meta property=\"og:site_name\" content=\"workboot\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-10T15:01:41+00:00\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/docker\\\/\",\"url\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/docker\\\/\",\"name\":\"Docker - workboot\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/#website\"},\"datePublished\":\"2026-03-10T15:00:40+00:00\",\"dateModified\":\"2026-03-10T15:01:41+00:00\",\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/workboot.fr\\\/ciela\\\/docker\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/#website\",\"url\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/\",\"name\":\"workboot\",\"description\":\"Open Source, Open Minds \",\"publisher\":{\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/#organization\",\"name\":\"workboot\",\"url\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/logo_ciel-dorian-1.png\",\"contentUrl\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/logo_ciel-dorian-1.png\",\"width\":1024,\"height\":950,\"caption\":\"workboot\"},\"image\":{\"@id\":\"https:\\\/\\\/workboot.fr\\\/ciela\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Docker - workboot","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/workboot.fr\/ciela\/docker\/","og_locale":"fr_FR","og_type":"article","og_title":"Docker - workboot","og_description":"D\u00e9couverte d&rsquo;une machine debian 13 (trixies) dans un conteneur (Docker) on va lancer la machine et y \u00eatre root!","og_url":"https:\/\/workboot.fr\/ciela\/docker\/","og_site_name":"workboot","article_modified_time":"2026-03-10T15:01:41+00:00","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/workboot.fr\/ciela\/docker\/","url":"https:\/\/workboot.fr\/ciela\/docker\/","name":"Docker - workboot","isPartOf":{"@id":"https:\/\/workboot.fr\/ciela\/#website"},"datePublished":"2026-03-10T15:00:40+00:00","dateModified":"2026-03-10T15:01:41+00:00","inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/workboot.fr\/ciela\/docker\/"]}]},{"@type":"WebSite","@id":"https:\/\/workboot.fr\/ciela\/#website","url":"https:\/\/workboot.fr\/ciela\/","name":"workboot","description":"Open Source, Open Minds ","publisher":{"@id":"https:\/\/workboot.fr\/ciela\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/workboot.fr\/ciela\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/workboot.fr\/ciela\/#organization","name":"workboot","url":"https:\/\/workboot.fr\/ciela\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/workboot.fr\/ciela\/#\/schema\/logo\/image\/","url":"https:\/\/workboot.fr\/ciela\/wp-content\/uploads\/2025\/05\/logo_ciel-dorian-1.png","contentUrl":"https:\/\/workboot.fr\/ciela\/wp-content\/uploads\/2025\/05\/logo_ciel-dorian-1.png","width":1024,"height":950,"caption":"workboot"},"image":{"@id":"https:\/\/workboot.fr\/ciela\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/workboot.fr\/ciela\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"D\u00e9couverte d&rsquo;une machine debian 13 (trixies) dans un conteneur (Docker) on va lancer la machine et y \u00eatre root!","_links":{"self":[{"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/pages\/6892","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/comments?post=6892"}],"version-history":[{"count":3,"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/pages\/6892\/revisions"}],"predecessor-version":[{"id":6896,"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/pages\/6892\/revisions\/6896"}],"wp:attachment":[{"href":"https:\/\/workboot.fr\/ciela\/wp-json\/wp\/v2\/media?parent=6892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}