Docker
NOTE: to install docker on Parrot OS execute the following, otherwise start at Parrotsec/Parrot-core below
ParrotOS/Parrot-core
Official Parrot OS Base system without tools.
Start a new instance
Public image from Docker Cloud
docker run -ti --rm --network host parrotsec/parrot-core
Local image from Dockerfile
docker run -ti --rm -network host parrot-core
Install/Update from Docker Cloud
docker pull parrotsec/parrot-core
Install/Update from local Dockerfile
git clone https://dev.parrotsec.org/parrot-build/docker-images && cd docker-images
docker build -t parrot-core[:version] parrot-core
Parrotsec/Parrot
Official Parrot OS image with basic security tools.
-Start a new instance
-Public image from Docker Cloud
docker run -ti --rm --network host parrotsec/parrot
Local image from Dockerfile
docker run -ti --rm -network host parrot
Install/Update from Docker Cloud
docker pull parrotsec/parrot
Install/Update from local Dockerfile
git clone https://dev.parrotsec.org/parrot-build/docker-images && cd docker-images
docker build -t parrot[:version] parrot
Parrotsec/Metasploit
Parrot Security Metasploit bundle.
Install/Update from Docker Cloud
docker pull parrotsec/metasploit
Install/Update from local Dockerfile
git clone https://dev.parrotsec.org/parrot-build/docker-images && cd docker-images
docker build -t metasploit[:version] metasploit
Start a new instance
Public image from Docker Cloud
docker run -ti --network host parrotsec/metasploit
Local image from Dockerfile
docker run -ti -network host metasploit
Using Parrot | Troubleshooting | Linux Beginner Guide | Home