<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Legion_Docker</id>
	<title>Legion Docker - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Legion_Docker"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Legion_Docker&amp;action=history"/>
	<updated>2026-05-15T09:36:28Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Legion_Docker&amp;diff=58800&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „I found legion very flaky in the base Kali 2023.4 install. To fix the problem, I ran it via docker. Here are my notes on how to do this :-).  To Run Legion in…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Legion_Docker&amp;diff=58800&amp;oldid=prev"/>
		<updated>2025-02-01T11:39:23Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „I found legion very flaky in the base Kali 2023.4 install. To fix the problem, I ran it via docker. Here are my notes on how to do this :-).  To Run Legion in…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I found legion very flaky in the base Kali 2023.4 install. To fix the problem, I ran it via docker. Here are my notes on how to do this :-).&lt;br /&gt;
&lt;br /&gt;
To Run Legion in Kali 2023.4&lt;br /&gt;
&lt;br /&gt;
Use a screen resolution with a large vertical component (e.g. 1920 x 1080)&lt;br /&gt;
&lt;br /&gt;
Open a terminal, and run the following commands to install Legion in a Docker Container:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install -y docker.io python3-pip -y&lt;br /&gt;
&lt;br /&gt;
sudo groupadd docker #May not be needed, but won’t hurt&lt;br /&gt;
&lt;br /&gt;
sudo usermod -aG docker ${USER}&lt;br /&gt;
&lt;br /&gt;
pip install --user docker-compose&lt;br /&gt;
&lt;br /&gt;
cd ~&lt;br /&gt;
&lt;br /&gt;
git clone https://github.com/GoVanguard/legion.git&lt;br /&gt;
&lt;br /&gt;
cd legion/docker&lt;br /&gt;
&lt;br /&gt;
chmod +x runIt.sh&lt;br /&gt;
&lt;br /&gt;
sudo systemctl enable docker --now&lt;br /&gt;
&lt;br /&gt;
xhost +&lt;br /&gt;
&lt;br /&gt;
Logout and log back into Kali. Open a terminal and execute the following commands:&lt;br /&gt;
&lt;br /&gt;
docker run hello-world # make sure this works beforeproceeding.&lt;br /&gt;
&lt;br /&gt;
cd legion/docker&lt;br /&gt;
&lt;br /&gt;
./runIt.sh # if you get an error, run xhost + and try again.&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>