Download the Docker Toolbox.
Its best practice to run each service in his own Docker container. To orchestrate them we need Docker Compose.
docker-machine
for administration and configuration von Docker Machines
Visit Docker Hub for Docker Containers.
docker pull alpine
- official Alpine | Documentation | apk | packagesdocker pull busybox
- official BusyBoxdocker pull centos
- CentOSdocker pull debian
- official Debiandocker pull ubuntu
- official Ubuntu
docker pull eboraas/apache
- official Apachedocker pull nginx
- official nginxdocker pull php
- official PHPdocker pull mariadb
- official MariaDBdocker pull mysql
official MySQL
docker pull wordpress
- official Wordpressdocker pull piwik
- official Piwikdocker pull phpmyadmin/phpmyadmin
- phpmyadmin
docker pull node
- official Node.js
brew install passenger
- optimized Node.js Image
docker pull gugu/raneto
- Raneto
docker pull ghost
- official ghost
docker pull mongo
- official MongoDBdocker pull redis
- official Redis
docker pull kalilinux/kali-linux-docker
official Kali Linuxdocker pull owasp/zap2docker-stable
- official OWASP ZAPdocker pull wpscanteam/wpscan
- official WPScandocker pull pandrew/metasploit
- docker-metasploitdocker pull citizenstig/dvwa
- Damn Vulnerable Web Application (DVWA)docker pull wpscanteam/vulnerablewordpress
- Vulnerable WordPress Installationdocker pull hmlio/vaas-cve-2014-6271
- Vulnerability as a service: Shellshockdocker pull hmlio/vaas-cve-2014-0160
- Vulnerability as a service: Heartbleeddocker pull opendns/security-ninjas
- Security Ninjasdocker pull usertaken/archlinux-pentest-lxde
- Arch Linux Penetration Testerdocker pull diogomonica/docker-bench-security
- Docker Bench for Securitydocker pull ismisepaul/securityshepherd
- OWASP Security Shepherddocker pull danmx/docker-owasp-webgoat
- OWASP WebGoat Project docker imagedocker pull citizenstig/nowasp
- OWASP Mutillidae II Web Pen-Test Practice Application
docker pull jenkins
- official Jenkins
docker pull jbenet/go-ipfs
- IPFS
I recommend reading the Docker Cheat Sheet.
docker images
- list installed imagesdocker ps
- shows running containersdocker-machine active
- list active machinesdocker-machine ip default
- get the IP from the default container
docker run -p 80:80 -p 443:443 -v /Volumes/Daten/Daten/Programmierung/coding/docker/data/htdocs:/var/www/html/ -d eboraas/apache
docker pull kalilinux/kali-linux-docker
docker run -t -i kalilinux/kali-linux-docker /bin/bash
Get the latest News about Web Development, Open Source, Tooling, Server & Security
Developer / Author: Maik Ellerbrock
Company: Frapsoft
This work by Maik Ellerbrock is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.