{"id":24203,"date":"2024-01-31T14:08:45","date_gmt":"2024-01-31T14:08:45","guid":{"rendered":"https:\/\/linuxways.net\/?p=24203"},"modified":"2024-02-14T11:54:18","modified_gmt":"2024-02-14T11:54:18","slug":"use-kali-linux-docker-images-installing-and-running-kali-linux","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/kali-linux\/use-kali-linux-docker-images-installing-and-running-kali-linux\/","title":{"rendered":"How to Use Kali Linux Docker Images- Installing and Running Kali Linux on Docker"},"content":{"rendered":"<p>Kali Linux is a popular hacker-distro used by security professionals and ethical hackers all over the world. It is packed with a lot of security and privacy tools that you can use for vulnerability scanning, network and penetration testing. It is the most preferable operating system that includes all the things needed to become your ultimate weapon for protecting your system from cyber threats.<\/p>\n<p>You can install Kali Linux as a stand-alone operating system, on VirtualBox, VMWare, on a Live USB and more. Besides that, you can also use built-in<strong> Kali Linux docker images<\/strong> to run the Kali Linux system on any environment either Windows, Linux or Mac. The advantage of using the <strong>Kali Linux docker images<\/strong> is that you don\u2019t have to manually install the operating system from scratch.<\/p>\n<p>In this guide, you will learn:<\/p>\n<ul>\n<li><a href=\"#post-24203-_nk2cdh2tqzd\"><strong>How to Use Kali Linux Docker Images<\/strong><\/a><\/li>\n<li><a href=\"#post-24203-_ep3n8n4j0gl9\"><strong>How to Resume Existing Docker Container<\/strong><\/a><\/li>\n<li><a href=\"#post-24203-_9xoz9hg7ag7a\"><strong>How to Remove Docker Container<\/strong><\/a><\/li>\n<li><a href=\"#post-24203-_h1eeo9mobr5s\"><strong>Conclusion<\/strong><\/a><\/li>\n<\/ul>\n<h2><a id=\"post-24203-_nk2cdh2tqzd\"><\/a><strong>How to Use Kali Linux Docker Images<\/strong><\/h2>\n<p>To learn how to use <strong>Kali Linux docker images<\/strong>, follow the below-given steps:<\/p>\n<p><strong>Step 1: Install Docker on a System<\/strong><\/p>\n<p>To run <strong>Kali Linux docker images <\/strong>on a system, you must install <strong>docker <\/strong>on your system. The official repository of the Linux system has included the <strong>docker<\/strong> packages that makes it easy for you to install <strong>docker<\/strong> on your system. However, before that, it is recommended to update your Linux repository using:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> apt update <span class=\"sy0\">&amp;&amp;<\/span> <span class=\"kw2\">sudo<\/span> apt upgrade<\/div><\/div>\n<p>After that, issue the below command for installing <strong>docker<\/strong> on your system:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> apt <span class=\"kw2\">install<\/span> docker.io <span class=\"re5\">-y<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"688\" height=\"241\" class=\"wp-image-24221\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-1.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-1.png 688w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-1-300x105.png 300w\" sizes=\"auto, (max-width: 688px) 100vw, 688px\" \/><\/p>\n<p>To ensure <strong>docker<\/strong> is successfully installed on a Linux system, run the below-given command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">docker <span class=\"re5\">--version<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"688\" height=\"129\" class=\"wp-image-24223\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-2.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-2.png 688w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-2-300x56.png 300w\" sizes=\"auto, (max-width: 688px) 100vw, 688px\" \/><\/p>\n<p>You can also install <strong>docker<\/strong> on a Linux system by first adding the following Linux repository:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw3\">printf<\/span> <span class=\"st_h\">'%s\\n'<\/span> <span class=\"st0\">&quot;deb https:\/\/download.docker.com\/linux\/debian bullseye stable&quot;<\/span> <span class=\"sy0\">|<\/span><br \/>\n<br \/>\n<span class=\"kw2\">sudo<\/span> <span class=\"kw2\">tee<\/span> <span class=\"sy0\">\/<\/span>etc<span class=\"sy0\">\/<\/span>apt<span class=\"sy0\">\/<\/span>sources.list.d<span class=\"sy0\">\/<\/span>docker-ce.list<\/div><\/div>\n<p><strong><br \/>\n<img loading=\"lazy\" decoding=\"async\" width=\"686\" height=\"163\" class=\"wp-image-24226\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-3.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-3.png 686w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-3-300x71.png 300w\" sizes=\"auto, (max-width: 686px) 100vw, 686px\" \/><\/strong><\/p>\n<p>Then adding the GPG key to verify the authenticity of the added repository:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">curl <span class=\"re5\">-fsSL<\/span> https:<span class=\"sy0\">\/\/<\/span>download.docker.com<span class=\"sy0\">\/<\/span>linux<span class=\"sy0\">\/<\/span>debian<span class=\"sy0\">\/<\/span>gpg <span class=\"sy0\">|<\/span><br \/>\n<br \/>\n<span class=\"kw2\">sudo<\/span> gpg <span class=\"re5\">--dearmor<\/span> <span class=\"re5\">-o<\/span> <span class=\"sy0\">\/<\/span>etc<span class=\"sy0\">\/<\/span>apt<span class=\"sy0\">\/<\/span>trusted.gpg.d<span class=\"sy0\">\/<\/span>docker-ce-archive-keyring.gpg<\/div><\/div>\n<p><strong><br \/>\n<img loading=\"lazy\" decoding=\"async\" width=\"684\" height=\"161\" class=\"wp-image-24230\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-4.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-4.png 684w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-4-300x71.png 300w\" sizes=\"auto, (max-width: 684px) 100vw, 684px\" \/><\/strong><\/p>\n<p>Once done, update your repository through the below-given command to ensure the <strong>docker <\/strong>repository is successfully added to your system:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> apt update<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"278\" class=\"wp-image-24234\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-5.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-5.png 680w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-5-300x123.png 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" \/><\/p>\n<p>After updating the repository, the <strong>docker<\/strong> can be installed on the system along with additional command-line tools using the following command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> apt <span class=\"kw2\">install<\/span> docker-ce docker-ce-cli containerd.io <span class=\"re5\">-y<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"676\" height=\"352\" class=\"wp-image-24240\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-6.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-6.png 676w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-6-300x156.png 300w\" sizes=\"auto, (max-width: 676px) 100vw, 676px\" \/><\/p>\n<p><strong>Step 2: Enable Docker on a System<\/strong><\/p>\n<p>After completing the <strong>docker<\/strong> installation on a system, you can enable it on your Linux system from the below command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> systemctl <span class=\"kw3\">enable<\/span> docker <span class=\"re5\">--now<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"685\" height=\"195\" class=\"wp-image-24248\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-7.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-7.png 685w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-7-300x85.png 300w\" sizes=\"auto, (max-width: 685px) 100vw, 685px\" \/><\/p>\n<p><strong>Step 3: Add Docker to sudo group<\/strong><\/p>\n<p>By default, the <strong>docker <\/strong>commands can be run with sudo privileges, however, you can run it without sudo by adding the<strong> docker<\/strong> user to a sudo group from the provided command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> usermod <span class=\"re5\">-aG<\/span> docker <span class=\"re1\">$USER<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"684\" height=\"119\" class=\"wp-image-24256\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-8.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-8.png 684w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-8-300x52.png 300w\" sizes=\"auto, (max-width: 684px) 100vw, 684px\" \/><\/p>\n<p>Replace <strong>$USER <\/strong>in the above command with the username you want to add to the sudo group.<\/p>\n<p><strong>Note: <\/strong>The Windows users can use <strong>docker<\/strong> commands on a system by installing the <a href=\"https:\/\/docs.docker.com\/desktop\/install\/windows-install\/\"><strong>Docker Desktop App<\/strong><\/a>. After that, open Command Prompt or Windows PowerShell and execute the <strong>docker commands<\/strong> given below to use <strong>Kali Linux docker images<\/strong> on Windows.<\/p>\n<p>Here, we are using Kali Linux as a base system for running the commands. But, you can use the commands to run <strong>Kali Linux docker images<\/strong> on any Linux or Windows distribution where docker is installed.<\/p>\n<p><strong>Step 4: Pull the Kali Linux Docker Image<\/strong><\/p>\n<p>After adding the user to a sudo group, you can run the following command to pull the official Kali Linux rolling docker image on your Linux system:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">docker pull docker.io<span class=\"sy0\">\/<\/span>kalilinux<span class=\"sy0\">\/<\/span>kali-rolling<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"734\" height=\"167\" class=\"wp-image-24263\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-9.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-9.png 734w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-9-300x68.png 300w\" sizes=\"auto, (max-width: 734px) 100vw, 734px\" \/><\/p>\n<p><strong>Note:<\/strong> In case you experienced <strong>permission denied<\/strong> error, this could be because you have skipped <strong>Step 3 <\/strong>and to avoid it, use sudo with the <strong>docker<\/strong> command.<\/p>\n<p><strong>Step 5: Run the Kali Linux Docker File<\/strong><\/p>\n<p>Once the pulling is completed, you can run the below-given command to run the <strong>Kali Linux docker images <\/strong>on your system:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">docker run <span class=\"re5\">--tty<\/span> <span class=\"re5\">--interactive<\/span> kalilinux<span class=\"sy0\">\/<\/span>kali-rolling<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"734\" height=\"73\" class=\"wp-image-24268\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-10.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-10.png 734w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-10-300x30.png 300w\" sizes=\"auto, (max-width: 734px) 100vw, 734px\" \/><\/p>\n<p>The above command will enable and run the Kali Linux environment on your system.<\/p>\n<p><strong>Step 6: Update Kali Linux Repository<\/strong><\/p>\n<p>You can update the Kali Linux repository to ensure the installation is completed, this can be done from the below command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">apt update<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"167\" class=\"wp-image-24275\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-11.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-11.png 740w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-11-300x68.png 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/><\/p>\n<p><strong>Step 7: Install Kali Linux Headless<\/strong><\/p>\n<p>The Kali Linux system docker image doesn\u2019t include penetration testing or other advanced tools. Instead, it allows you to install only basic packages on your system. For that purpose, you have to install a specific meta-package called <strong>kali-linux-headless<\/strong> on your system using the following command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">apt <span class=\"kw2\">install<\/span> kali-linux-headless <span class=\"re5\">-y<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"728\" height=\"206\" class=\"wp-image-24284\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-12.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-12.png 728w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-12-300x85.png 300w\" sizes=\"auto, (max-width: 728px) 100vw, 728px\" \/><\/p>\n<p>During the installation, you will be asked for some onscreen choices that you have to choose from to complete the setup.<\/p>\n<p><strong>Note: <\/strong>Further, you can also install other Kali Linux meta-packages that offer a wide range of tools that allows you to kick-start your ethical hacking journey. You can get help to install different Kali Linux meta-packages by navigating to the <a href=\"https:\/\/www.kali.org\/docs\/general-use\/metapackages\/\"><strong>official website<\/strong><\/a>.<\/p>\n<h2><a id=\"post-24203-_ep3n8n4j0gl9\"><\/a><strong>How to Resume Existing Docker Container<\/strong><\/h2>\n<p>If you have logged out your device or close the terminal accidentally, you can resume the existing <strong>docker container<\/strong>. It is possible by first running the following command to check for the <strong>docker containers<\/strong> list:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">docker container list <span class=\"re5\">--all<\/span><\/div><\/div>\n<p><strong><img loading=\"lazy\" decoding=\"async\" width=\"729\" height=\"231\" class=\"wp-image-24292\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-13.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-13.png 729w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-13-300x95.png 300w\" sizes=\"auto, (max-width: 729px) 100vw, 729px\" \/><\/strong><\/p>\n<p>Then run the <strong>docker start<\/strong> command followed by the container ID to start the container on the system:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">docker start container_ID<\/div><\/div>\n<p><strong><img loading=\"lazy\" decoding=\"async\" width=\"726\" height=\"144\" class=\"wp-image-24296\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-14.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-14.png 726w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-14-300x60.png 300w\" sizes=\"auto, (max-width: 726px) 100vw, 726px\" \/><\/strong><\/p>\n<p>Once the <strong>docker container <\/strong>is started, simply run the <strong>docker attach<\/strong> command followed by the container ID to resume it on your system:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">docker attach container_ID<\/div><\/div>\n<p><strong><img loading=\"lazy\" decoding=\"async\" width=\"730\" height=\"91\" class=\"wp-image-24304\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-15.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-15.png 730w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-15-300x37.png 300w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><\/strong><\/p>\n<h2><a id=\"post-24203-_9xoz9hg7ag7a\"><\/a><strong>How to Remove Docker Container<\/strong><\/h2>\n<p>If you want to remove the <strong>docker container<\/strong> from the list, you have to first stop the <strong>docker container<\/strong> by using the <strong>docker stop<\/strong> command with the container ID:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">docker stop container_ID<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"728\" height=\"110\" class=\"wp-image-24309\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-16.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-16.png 728w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-16-300x45.png 300w\" sizes=\"auto, (max-width: 728px) 100vw, 728px\" \/><\/p>\n<p>Then use <strong>docker rm <\/strong>command followed by the container ID you want to remove from the list:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">docker <span class=\"kw2\">rm<\/span> container_ID<\/div><\/div>\n<p><strong><img loading=\"lazy\" decoding=\"async\" width=\"719\" height=\"145\" class=\"wp-image-24315\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-17.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-17.png 719w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/01\/word-image-24203-17-300x61.png 300w\" sizes=\"auto, (max-width: 719px) 100vw, 719px\" \/><\/strong><\/p>\n<h2><a id=\"post-24203-_h1eeo9mobr5s\"><\/a><strong>Conclusion<\/strong><\/h2>\n<p><strong>Kali Linux docker images<\/strong> allows you to run the Kali Linux environment on any operating system. To use <strong>Kali Linux docker images<\/strong> on a Linux system, you must ensure <strong>docker<\/strong> is installed on your system. If you are using Windows, you can install<strong> Docker Desktop <\/strong>and use <strong>docker<\/strong> commands. For Linux systems, <strong>docker <\/strong>can be installed from the official Linux repository or adding <strong>docker<\/strong> repository and installing it from apt command. We have provided the necessary steps to use <strong>Kali Linux docker images<\/strong> on any system. We have also provided the methods to run <strong>docker containers<\/strong>, <strong>resume existing docker containers <\/strong>and <strong>remove the<\/strong> <strong>docker container<\/strong> from the system.<\/p>\n<p>&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>Kali Linux docker images allows you to run the Kali Linux environment on any operating system. Read this guide to learn how to use Kali Linux docker images.<\/p>","protected":false},"author":116,"featured_media":24452,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1054],"tags":[],"class_list":["post-24203","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-kali-linux"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/24203","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/116"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=24203"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/24203\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/24452"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=24203"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=24203"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=24203"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}