{"id":1575,"date":"2024-06-01T12:31:24","date_gmt":"2024-06-01T10:31:24","guid":{"rendered":"https:\/\/www.boettrich.info\/blog\/?p=1575"},"modified":"2024-06-02T10:21:35","modified_gmt":"2024-06-02T08:21:35","slug":"docker-desktop-on-apple-silicon","status":"publish","type":"post","link":"https:\/\/www.boettrich.info\/blog\/beitrag\/docker-desktop-on-apple-silicon\/","title":{"rendered":"Docker Desktop on Apple Silicon"},"content":{"rendered":"\n<p>Sometimes i use Docker Desktop on my Mac with Apple Silicon to try some stuff. And nearly every time I forget that Docker Desktop tries to pull a image with &#8222;linux\/arm64\/v8&#8220; which not every image is built for.<\/p>\n\n\n\n<p>So one has to go to the terminal and issue a command like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>% docker pull networktocode\/nautobot-lab:1.6.2 --platform linux\/amd64<\/code><\/pre>\n\n\n\n<p>In this example I pull a nautobot-lab environment and what does the trick here is the &#8222;&#8211;platform linux\/amd64&#8220; which tells the process to pull an image for an amd64 platform. This image is then run on Rossetta2.<\/p>\n\n\n\n<p>Dont&#8217;t forget to checkout Nautobot if you&#8217;re somewhat in into networking :-) <\/p>\n\n\n\n<p>Nautobot is a great source for networking data and provides this data via API or Modules\/Plugins to be used with Ansible, Python Scripts, Cisco Genie\/pyATS and more.<\/p>\n\n\n\n<p>Nautobot can be found at <a href=\"https:\/\/networktocode.com\/nautobot\/\">https:\/\/networktocode.com\/nautobot\/<\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes i use Docker Desktop on my Mac with Apple Silicon to try some stuff. And nearly every time I forget that Docker Desktop tries to pull a image with &#8222;linux\/arm64\/v8&#8220; which not every image is built for. So one has to go to the terminal and issue a command like this: In this example&hellip;&nbsp;<a href=\"https:\/\/www.boettrich.info\/blog\/beitrag\/docker-desktop-on-apple-silicon\/\" rel=\"bookmark\">Weiterlesen &raquo;<span class=\"screen-reader-text\">Docker Desktop on Apple Silicon<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[1,10,6],"tags":[50,51],"class_list":["post-1575","post","type-post","status-publish","format-standard","hentry","category-beitrag","category-netzwerk","category-technik","tag-docker","tag-nautobot"],"_links":{"self":[{"href":"https:\/\/www.boettrich.info\/blog\/wp-json\/wp\/v2\/posts\/1575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.boettrich.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.boettrich.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.boettrich.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.boettrich.info\/blog\/wp-json\/wp\/v2\/comments?post=1575"}],"version-history":[{"count":4,"href":"https:\/\/www.boettrich.info\/blog\/wp-json\/wp\/v2\/posts\/1575\/revisions"}],"predecessor-version":[{"id":1580,"href":"https:\/\/www.boettrich.info\/blog\/wp-json\/wp\/v2\/posts\/1575\/revisions\/1580"}],"wp:attachment":[{"href":"https:\/\/www.boettrich.info\/blog\/wp-json\/wp\/v2\/media?parent=1575"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.boettrich.info\/blog\/wp-json\/wp\/v2\/categories?post=1575"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.boettrich.info\/blog\/wp-json\/wp\/v2\/tags?post=1575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}