Skip to content

Instantly share code, notes, and snippets.

@touhidshaikh
Last active April 24, 2022 18:11
Show Gist options
  • Save touhidshaikh/a4ad1b5b5002771b3d6b698d6d98ed34 to your computer and use it in GitHub Desktop.
Save touhidshaikh/a4ad1b5b5002771b3d6b698d6d98ed34 to your computer and use it in GitHub Desktop.
[
{
"title": "Registry",
"name": "",
"image": "registry:latest",
"description": "Docker image registry",
"categories": [
"docker"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"5000/tcp"
],
"volumes": [
{
"container": "/var/lib/registry"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png"
},
{
"title": "Ubuntu",
"name": "",
"image": "ubuntu:latest",
"description": "Debian-based Linux operating system",
"categories": [
"operating-system"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [],
"volumes": [],
"env": [],
"command": ["/bin/bash"],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png",
"interactive": true
},
{
"title": "NodeJS",
"name": "",
"image": "node:latest",
"description": "JavaScript-based platform for server-side and networking applications",
"categories": [
"development"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [],
"volumes": [],
"env": [],
"command": ["/bin/bash"],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/node.png",
"interactive": true
},
{
"title": "Nginx",
"name": "",
"image": "nginx:latest",
"description": "High performance web server",
"categories": [
"webserver"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp",
"443/tcp"
],
"volumes": [
{
"container": "/etc/nginx"
},
{
"container": "/usr/share/nginx/html"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/nginx.png"
},
{
"title": "Httpd",
"name": "",
"image": "httpd:latest",
"description": "Open-source HTTP server",
"categories": [
"webserver"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/usr/local/apache2/htdocs/"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png"
},
{
"title": "Caddy",
"name": "",
"image": "caddy:latest",
"description": "Open-source web server with automatic HTTPS written in Go",
"categories": [
"webserver"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/data"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png"
},
{
"title": "MySQL",
"name": "",
"image": "mysql/mysql-server:5.7",
"description": "The most popular open-source database",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"3306/tcp"
],
"volumes": [
{
"container": "/var/lib/mysql"
}
],
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
},
{
"name": "MYSQL_ROOT_HOST",
"default": "%",
"preset": true
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png"
},
{
"title": "MariaDB",
"name": "",
"image": "mariadb:latest",
"description": "Performance beyond MySQL",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"3306/tcp"
],
"volumes": [
{
"container": "/var/lib/mysql"
}
],
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mariadb.png"
},
{
"title": "PostgreSQL",
"name": "",
"image": "postgres:latest",
"description": "The most advanced open-source database",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"5432/tcp"
],
"volumes": [
{
"container": "/var/lib/postgresql/data"
}
],
"env": [
{
"name": "POSTGRES_USER",
"label": "Superuser"
},
{
"name": "POSTGRES_PASSWORD",
"label": "Superuser password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png"
},
{
"title": "Mongo",
"name": "",
"image": "mongo:latest",
"description": "Open-source document-oriented database",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"27017/tcp"
],
"volumes": [
{
"container": "/data/db"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mongo.png"
},
{
"title": "CrateDB",
"name": "",
"image": "crate:latest",
"description": "An open-source distributed SQL database",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"4200/tcp",
"4300/tcp"
],
"volumes": [
{
"container": "/data"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cratedb.png"
},
{
"title": "Elasticsearch",
"name": "",
"image": "docker.elastic.co/elasticsearch/elasticsearch:7.15.1",
"description": "Open-source search and analytics engine",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"9200/tcp",
"9300/tcp"
],
"volumes": [
{
"container": "/usr/share/elasticsearch/data"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png"
},
{
"title": "Gitlab CE",
"name": "",
"image": "gitlab/gitlab-ce:latest",
"description": "Open-source end-to-end software development platform",
"categories": [
"development",
"project-management"
],
"platform": "linux",
"note": "Default username is <b>root</b>. Check the <a href=\"https://docs.gitlab.com/omnibus/docker/README.html#after-starting-a-container\" target=\"_blank\">Gitlab documentation</a> to get started.",
"restart_policy": "",
"ports": [
"80/tcp",
"443/tcp",
"22/tcp"
],
"volumes": [
{
"container": "/etc/gitlab"
},
{
"container": "/var/log/gitlab"
},
{
"container": "/var/opt/gitlab"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png"
},
{
"title": "Minio",
"name": "",
"image": "quay.io/minio/minio:latest",
"description": "A distributed object storage server built for cloud applications and devops",
"categories": [
"storage"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"9000/tcp",
"9001/tcp"
],
"volumes": [
{
"container": "/data"
},
{
"container": "/root/.minio"
}
],
"env": [
{
"name": "MINIO_ROOT_USER",
"label": "Root user"
},
{
"name": "MINIO_ROOT_PASSWORD",
"label": "Root password"
}
],
"command": ["server /data --console-address ':9001'"],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png"
},
{
"title": "Scality S3",
"name": "",
"image": "scality/s3server",
"description": "Standalone AWS S3 protocol server",
"categories": [
"storage"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"8000/tcp"
],
"volumes": [
{
"container": "/usr/src/app/localData"
},
{
"container": "/usr/src/app/localMetadata"
}
],
"env": [
{
"name": "SCALITY_ACCESS_KEY",
"label": "Scality S3 access key"
},
{
"name": "SCALITY_SECRET_KEY",
"label": "Scality S3 secret key"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png"
},
{
"title": "SQL Server",
"name": "",
"image": "mcr.microsoft.com/mssql/server:2019-latest",
"description": "Microsoft SQL Server on Linux",
"categories": [
"database"
],
"platform": "linux",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"restart_policy": "",
"ports": [
"1433/tcp"
],
"volumes": [],
"env": [
{
"name": "ACCEPT_EULA",
"default": "Y",
"preset": true
},
{
"name": "SA_PASSWORD",
"label": "SA password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png"
},
{
"title": "SQL Server",
"name": "",
"image": "microsoft/mssql-server-windows-developer:latest",
"description": "Microsoft SQL Server Developer for Windows containers",
"categories": [
"database"
],
"platform": "windows",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"restart_policy": "",
"ports": [
"1433/tcp"
],
"volumes": [
{
"container": "C:/temp/"
}
],
"env": [
{
"name": "ACCEPT_EULA",
"default": "Y",
"preset": true
},
{
"name": "sa_password",
"label": "SA password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png"
},
{
"title": "SQL Server Express",
"name": "",
"image": "microsoft/mssql-server-windows-express:latest",
"description": "Microsoft SQL Server Express for Windows containers",
"categories": [
"database"
],
"platform": "windows",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"restart_policy": "",
"ports": [
"1433/tcp"
],
"volumes": [
{
"container": "C:/temp/"
}
],
"env": [
{
"name": "ACCEPT_EULA",
"default": "Y",
"preset": true
},
{
"name": "sa_password",
"label": "SA password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png"
},
{
"title": "Solr",
"name": "",
"image": "solr:latest",
"description": "Open-source enterprise search platform",
"categories": [
"search-engine"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"8983/tcp"
],
"volumes": [
{
"container": "/opt/solr/mydata"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png"
},
{
"title": "Redis",
"name": "",
"image": "redis:latest",
"description": "Open-source in-memory data structure store",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"6379/tcp"
],
"volumes": [
{
"container": "/data"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png"
},
{
"title": "Redis Cluster",
"name": "",
"image": "",
"description": "Open-source in-memory data structure store - Cluster mode",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [],
"volumes": [],
"env": [
{
"name": "REDIS_PASSWD",
"label": "Redis password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 2,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/redis-cluster/docker-stack.yaml"
}
},
{
"title": "RabbitMQ",
"name": "",
"image": "rabbitmq:latest",
"description": "Highly reliable enterprise messaging system",
"categories": [
"messaging"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"5671/tcp",
"5672/tcp"
],
"volumes": [
{
"container": "/var/lib/rabbitmq"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/rabbitmq.png"
},
{
"title": "Ghost",
"name": "",
"image": "ghost:latest",
"description": "Free and open-source blogging platform",
"categories": [
"blog"
],
"platform": "linux",
"note": "Access the blog management interface under <code>/ghost/</code>.",
"restart_policy": "",
"ports": [
"2368/tcp"
],
"volumes": [
{
"container": "/var/lib/ghost/content"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ghost.png"
},
{
"title": "Joomla",
"name": "",
"image": "joomla:latest",
"description": "Another free and open-source CMS",
"categories": [
"CMS"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
],
"env": [
{
"name": "JOOMLA_DB_HOST",
"label": "MySQL database host",
"type": "container"
},
{
"name": "JOOMLA_DB_PASSWORD",
"label": "Database password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png"
},
{
"title": "Drupal",
"name": "",
"image": "drupal:latest",
"description": "Open-source content management framework",
"categories": [
"CMS"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png"
},
{
"title": "Plone",
"name": "",
"image": "plone:latest",
"description": "A free and open-source CMS built on top of Zope",
"categories": [
"CMS"
],
"platform": "linux",
"note": "Default user and password are admin/admin",
"restart_policy": "",
"ports": [
"8080/tcp"
],
"volumes": [
{
"container": "/data"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png"
},
{
"title": "Sematext Docker Agent",
"name": "sematext-agent",
"image": "sematext/sematext-agent-docker:latest",
"description": "Collect logs, metrics and docker events",
"categories": [
"Log Management",
"Monitoring"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [],
"volumes": [
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}
],
"env": [
{
"name": "LOGSENE_TOKEN",
"label": "Logs token"
},
{
"name": "SPM_TOKEN",
"label": "SPM monitoring token"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
"privileged": true
},
{
"title": "Datadog agent",
"name": "",
"image": "datadog/agent:latest",
"description": "Collect events and metrics",
"categories": [
"Monitoring"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [],
"volumes": [
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock",
"readonly": true
},
{
"container": "/host/sys/fs/cgroup",
"bind": "/sys/fs/cgroup",
"readonly": true
},
{
"container": "/host/proc",
"bind": "/proc",
"readonly": true
}
],
"env": [
{
"name": "DD_API_KEY",
"label": "Datadog API key"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png"
},
{
"title": "Mautic",
"name": "",
"image": "mautic/mautic:latest",
"description": "Open-source marketing automation platform",
"categories": [
"marketing"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
],
"env": [
{
"name": "MAUTIC_DB_HOST",
"label": "MySQL database host",
"type": "container"
},
{
"name": "MAUTIC_DB_PASSWORD",
"label": "Database password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mautic.png"
},
{
"title": "Jenkins",
"name": "",
"image": "jenkins/jenkins:lts-jdk11",
"description": "Open-source continuous integration tool",
"categories": [
"continuous-integration"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"8080/tcp",
"50000/tcp"
],
"volumes": [
{
"container": "/var/jenkins_home"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/jenkins.png"
},
{
"title": "Redmine",
"name": "",
"image": "redmine:latest",
"description": "Open-source project management tool",
"categories": [
"project-management"
],
"platform": "linux",
"note": "Default user and password are admin/admin",
"restart_policy": "",
"ports": [
"3000/tcp"
],
"volumes": [
{
"container": "/usr/src/redmine/files"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png"
},
{
"title": "File browser",
"name": "",
"image": "filebrowser/filebrowser:latest",
"description": "A web file manager",
"categories": [
"filesystem",
"storage"
],
"platform": "linux",
"note": "Default credentials: admin/admin",
"restart_policy": "",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/data"
},
{
"container": "/srv"
}
],
"env": [],
"command": ["--port 80 --database /data/database.db --root /srv"],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/filebrowser.png"
},
{
"title": "CommandBox",
"name": "",
"image": "ortussolutions/commandbox:latest",
"description": "ColdFusion (CFML) CLI",
"categories": [
"development"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"8080/tcp",
"8443/tcp"
],
"volumes": [],
"env": [
{
"name": "CFENGINE",
"default": "[email protected]",
"preset": true
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-commandbox.png"
},
{
"title": "ContentBox",
"name": "",
"image": "ortussolutions/contentbox:latest",
"description": "Open-source modular CMS",
"categories": [
"CMS"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"8080/tcp",
"8443/tcp"
],
"volumes": [
{
"container": "/data/contentbox/db"
},
{
"container": "/app/includes/shared/media"
}
],
"env": [
{
"name": "express",
"default": "true",
"preset": true
},
{
"name": "install",
"default": "true",
"preset": true
},
{
"name": "CFENGINE",
"default": "[email protected]",
"preset": true
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-contentbox.png"
},
{
"title": "WordPress",
"name": "",
"image": "wordpress:latest",
"description": "WordPress setup without a MySQL database",
"categories": [
"CMS"
],
"platform": "linux",
"note": "Deploys a WordPress instance connected to a MySQL database.",
"restart_policy": "always",
"ports": [],
"volumes": [
{
"container": "/var/www/html",
"bind": "!config/wordpress"
}
],
"env": [
{
"name": "MYSQL_DATABASE_PASSWORD",
"label": "Database root password",
"description": "Password used by the MySQL root user."
},
{
"name": "WORDPRESS_DB_HOST",
"default": "",
"label": "WORDPRESS_DB_HOST",
"description": "Database Host"
},
{
"name": "WORDPRESS_DB_USER",
"default": "",
"description": "Database User",
"label": "WORDPRESS_DB_USER"
},
{
"name": "WORDPRESS_TABLE_PREFIX",
"default": "",
"label": "WORDPRESS_TABLE_PREFIX",
"description": "Table Prefix"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 3,
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/wordpress/docker-compose.yml"
}
}
]
[
{
"title": "Metasploit - Nightly",
"name": "red_msf-dev",
"image": "metasploitframework/metasploit-framework",
"description": "Official bare Metasploit Alpine build. Includes beta features from dev branch.",
"categories": [
"offensive",
"bare"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [
"4444:4444/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://yusufanilakduygu.files.wordpress.com/2016/08/capture1.jpg"
},
{
"title": "Metasploit - Stable + Postgresql",
"name": "red_msf-postgresql",
"image": "phocean/msf",
"description": "Debian Metasploit build with Postgres and additional helper scripts",
"categories": [
"offensive",
"database",
"stack"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [
"4444:4444/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [
{
"name": "traefik.frontend.rule",
"value": "PathPrefixStrip:/msf"
},
{
"name": "traefik.port",
"value": "4444"
}
],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/OE5fgz7.png"
},
{
"title": "Empire",
"name": "red_empire",
"image": "empireproject/empire",
"description": "Pure Python & PowerShell post-exploitation",
"categories": [
"offensive"
],
"platform": "linux",
"note": "Port 5555 opened for reverse callbacks",
"restart_policy": "unless-stopped",
"ports": [
"5555:5555/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [
{
"name": "traefik.frontend.rule",
"value": "PathPrefixStrip:/empire"
},
{
"name": "traefik.port",
"value": "5555"
}
],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/XvtOqFp.png"
},
{
"title": "Sn1per",
"name": "red_sn1per",
"image": "menzo/sn1per-docker",
"description": "Automated pentest framework for offensive security experts",
"categories": [
"offensive",
"stack"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/X1fCmIv.jpg"
},
{
"title": "Metasploithelper",
"name": "red_metasploithelper",
"image": "milo2012/metasploithelper",
"description": "MetasploitHelper is meant to assist penetration testers in network penetration tests. Comes with everything installed",
"categories": [
"offensive",
"stack",
"util"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/2GIRvgI.png"
},
{
"title": "Pentest-tools",
"name": "red_pentest-tools",
"image": "szalek/pentest-tools",
"description": "Ubuntu build with: searchsploit, sqlmap, nmap, nikto, dnsutils, sn1per, knock, sqliv, pasko, uniscan, wpscan, ncrack, wfuzz, sublist3r, massdns",
"categories": [
"offensive",
"stack"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/oySfUtD.png"
},
{
"title": "Kali - Bare",
"name": "red_kali-bare",
"image": "kalilinux/kali-linux-docker",
"description": "Official Kali container. Install desired metapackages",
"categories": [
"offensive",
"bare"
],
"platform": "linux",
"note": "Packages can be installed using Kali Metapackages. Use either docker attach <container name> by CLI (best) or the web terminal. Port 4444 is open by default for reverse callback payloads.",
"restart_policy": "unless-stopped",
"ports": [
"4444:4444/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/tmLEP0b.jpg"
},
{
"title": "Kali - Full",
"name": "red_kali-full",
"image": "booyaabes/kali-linux-full",
"description": "Non-Official Kali container with kali-linux-full metapackage installed, built every night",
"categories": [
"offensive",
"stack"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [
"4444:4444/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/kcOdowg.jpg"
},
{
"title": "Tor Socks Proxy",
"name": "red_tor-socks",
"image": "rdsubhas/tor-privoxy-alpine",
"description": "The smallest (15 MB) docker image with Tor and Privoxy on Alpine Linux",
"categories": [
"utils",
"privacy"
],
"platform": "linux",
"note": "curl --proxy tor-socks:8118 icanhazip.com <br>curl --socks5 tor-socks:9050 icanhazip.com",
"restart_policy": "unless-stopped",
"ports": [
"8118:8118/tcp",
"9050:9050/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/p3dEUKr.jpg"
},
{
"title": "Multi Tor Socks Proxy",
"name": "red_multi-tor-socks",
"image": "rdsubhas/tor-privoxy-alpine",
"description": "A multi TOR (x10) + privoxy socks proxy instances load-balancer ",
"categories": [
"utils",
"privacy"
],
"platform": "linux",
"note": "curl --socks5 multi-tor-socks:9050 icanhazip.com",
"restart_policy": "unless-stopped",
"ports": [
"9050:9050/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/p3dEUKr.jpg"
},
{
"title": "GoPhish",
"name": "red_gophish",
"image": "matteoggl/gophish",
"description": "Open-Source Phishing Toolkit",
"categories": [
"offensive",
"phishing"
],
"platform": "linux",
"note": "In your browser, head over to https://your-docker-machine-ip:3333. Don't forget the S in https. Default credentials: admin/gophish",
"restart_policy": "unless-stopped",
"ports": [
"3333:3333/tcp",
"8083:80/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/l21Rn2v.png"
},
{
"title": "gscript",
"name": "red_gscript",
"image": "gen0cide/gscript:v1",
"description": "Framework to rapidly implement custom droppers for all three major operating systems",
"categories": [
"offensive",
"evasion"
],
"platform": "linux",
"note": "Run gscript binary from the interactive shell. Don't forget to mount appropriate volumes.",
"restart_policy": "unless-stopped",
"ports": [],
"volumes": [
{
"container": "/root/share"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/IoI2VqG.png"
},
{
"title": "Spiderfoot",
"name": "red_spiderfoot",
"image": "combro2k/alpine-spiderfoot",
"description": "SpiderFoot automates OSINT to find out everything possible about your target.",
"categories": [
"offensive",
"osint"
],
"platform": "linux",
"note": "In your browser, head over to https://your-docker-machine-ip:5001",
"restart_policy": "unless-stopped",
"ports": [
"5001:5001/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/4lffWWS.png"
},
{
"title": "ZAP Proxy WebSwing",
"name": "red_zap-proxy",
"image": "owasp/zap2docker-stable",
"description": "Official in-browser version of ZAP.",
"categories": [
"offensive",
"webserver",
"bare"
],
"platform": "linux",
"note": "Since it is hosted on the same LAN as the target containers, usage should be faster. It is also possible to use the exposed remote proxy with a local instance of ZAP. Point your browser to http://your-docker-machine-ip:8081/?anonym=true&app=ZAP once done. If not, you will be asked to authenticate to a null account.",
"restart_policy": "unless-stopped",
"ports": [
"8081:8080/tcp",
"8090:8090/tcp"
],
"volumes": [],
"env": [],
"command": ["zap-webswing.sh"],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://www.owasp.org/images/1/11/Zap128x128.png"
},
{
"title": "Ubuntu Web VNC",
"name": "red_ubuntu-vnc",
"image": "consol/ubuntu-xfce-vnc",
"description": "Docker container images with VNC and http NoVNC",
"categories": [
"utils"
],
"platform": "linux",
"note": "Connect to :1 display with vncviewer. NoVNC: http://your-docker-machine-ip:6901/vnc.html, default password: vncpassword",
"restart_policy": "unless-stopped",
"ports": [
"5901:5901/tcp",
"6901:6901/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/KfWzNDU.jpg"
},
{
"title": "Kali Web noVNC + LXDE",
"name": "red_kali-vnc",
"image": "jgamblin/kalibrowser-lxde",
"description": "Kali Docker container with minimal LXDE",
"categories": [
"offensive",
"bare",
"utils"
],
"platform": "linux",
"note": "From your web browser: http://your-docker-machine-ip:6080",
"restart_policy": "unless-stopped",
"ports": [
"6080:6080/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/tmLEP0b.jpg"
},
{
"title": "Lockdoor Framework",
"name": "red_lockdoor",
"image": "sofianehamlaoui/lockdoor",
"description": "Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources",
"categories": [
"offensive",
"privacy"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/B5uKiEv.png"
},
{
"title": "DVWA",
"name": "red_vuln-dvwa",
"image": "vulnerables/web-dvwa",
"description": "Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn vulnerable",
"categories": [
"vulnerable",
"webserver"
],
"platform": "linux",
"note": "Point your browser to http://your-docker-machine-ip:8082 to access it. To start using: Generate DB from the web interface, Login using admin/password. Select DVWA Security in the left menu, set your difficulty level.",
"restart_policy": "unless-stopped",
"ports": [
"8082:80/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://linuxsecurityblog.files.wordpress.com/2016/01/dvwa.jpg"
},
{
"title": "JuiceShop",
"name": "red_vuln-juiceshop",
"image": "bkimminich/juice-shop",
"description": "OWASP Juice Shop is an intentionally insecure web application written entirely in JavaScript which encompasses the entire range of OWASP Top Ten and other severe security flaws.",
"categories": [
"vulnerable",
"webserver"
],
"platform": "linux",
"note": "Point your browser to http://your-docker-machine-ip:8084 to access it.",
"restart_policy": "unless-stopped",
"ports": [
"8084:3000/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://www.owasp.org/images/6/66/JuiceShop_Logo.png"
},
{
"title": "Vulnerable Wordpress",
"name": "red_vuln-wp",
"image": "wpscanteam/vulnerablewordpress",
"description": "Vulnerable WordPress Installation",
"categories": [
"vulnerable",
"webserver"
],
"platform": "linux",
"note": "Point your browser to http://your-docker-machine-ip:8085 to access it.",
"restart_policy": "unless-stopped",
"ports": [
"8085:80/tcp",
"3306:3306/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/0DpXEE4.png"
},
{
"title": "Vulnerable Shellshock",
"name": "red_vuln-shellshock",
"image": "hmlio/vaas-cve-2014-6271",
"description": "Vulnerable Shellshock Installation - CVE-2014-6271",
"categories": [
"vulnerable",
"webserver"
],
"platform": "linux",
"note": "Point your browser to http://your-docker-machine-ip:8086 to access it.",
"restart_policy": "unless-stopped",
"ports": [
"8086:80/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/waYl54r.png"
},
{
"title": "Vulnerable SambaCry",
"name": "red_vuln-samba",
"image": "hmlio/vulnerables/cve-2017-7494",
"description": "Vulnerable Samba Installation - CVE-2017-7494",
"categories": [
"vulnerable",
"smb"
],
"platform": "linux",
"note": "If you want to access, use the following credentials. User: sambacry Password: nosambanocry",
"restart_policy": "unless-stopped",
"ports": [
"445:445/tcp",
"137:137/tcp",
"138:138/tcp",
"139:139/tcp",
"6699:6699/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://media.ilsoftware.it/images/500x500/img_15843.jpg"
},
{
"title": "OWASP Mutillidae II",
"name": "red_vuln-mutillidae",
"image": "citizenstig/nowasp",
"description": "Docker container for OWASP Mutillidae II Web Pen-Test Practice Application",
"categories": [
"vulnerable",
"smb"
],
"platform": "linux",
"note": "Point your browser to http://your-docker-machine-ip:8087 to access it.",
"restart_policy": "unless-stopped",
"ports": [
"8087:80/tcp",
"3306:3306/tcp"
],
"volumes": [],
"env": [
{
"name": "MYSQL_PASS",
"label": "Database root password",
"description": "Password used by the MySQL root user.",
"default": "Chang3ME!",
"preset": false
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/SFDsPDQ.jpg"
},
{
"title": "Network Utilities",
"name": "red_netutils",
"image": "flungo/netutils",
"description": "A lightweight docker container with a set of networking tools<br>Use /bin/sh",
"categories": [
"utils",
"privacy"
],
"platform": "linux",
"note": "This is designed to be an interactive debuigging container",
"restart_policy": "unless-stopped",
"ports": [],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/XXaSxlw.png"
},
{
"title": "SoftEtherVPN",
"name": "red_softethervpn",
"image": "siomiz/softethervpn",
"description": "A simple SoftEther VPN server",
"categories": [
"vpn",
"utils",
"privacy"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"500:500/udp",
"4500:4500/udp",
"1701:1701/tcp",
"1194:1194/udp",
"5555:5555/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/zzhyywo.jpg",
"privileged": true
},
{
"title": "Cowrie Honeypot",
"name": "red_cowrie",
"image": "cowrie/cowrie",
"description": "SSH Honeypot that logs authentication attempts and interactions",
"categories": [
"honeypot",
"deception"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"2222:2222/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/GaYgbXo.png"
},
{
"title": "Endlessh tarpit",
"name": "red_endlessh",
"image": "d3lta/endlessh-docker",
"description": "SSH tarpit that slowly sends an endless banner",
"categories": [
"deception"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"2223:22/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/lsGCqxD.png"
},
{
"title": "Beagle",
"name": "red_beagle",
"image": "yampelo/beagle",
"description": "Incident response and digital forensics tool which transforms data sources and logs into graphs. Supported data sources include FireEye HX Triages, Windows EVTX files, SysMon logs and Raw Windows memory images.",
"categories": [
"utils",
"dfir",
"osint"
],
"platform": "linux",
"note": "Point your browser to http://your-docker-machine-ip:8000 to access it.",
"restart_policy": "",
"ports": [
"8000:8000/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/QDBYkY1.jpg"
},
{
"title": "Nginx",
"name": "",
"image": "nginx:latest",
"description": "High performance web server",
"categories": [
"webserver"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp",
"443/tcp"
],
"volumes": [
{
"container": "/etc/nginx"
},
{
"container": "/usr/share/nginx/html"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/nginx.png"
},
{
"title": "Httpd",
"name": "",
"image": "httpd:latest",
"description": "Open-source HTTP server",
"categories": [
"webserver"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/usr/local/apache2/htdocs/"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png"
},
{
"title": "Caddy",
"name": "",
"image": "abiosoft/caddy:latest",
"description": "HTTP/2 web server with automatic HTTPS",
"categories": [
"webserver"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp",
"443/tcp",
"2015/tcp"
],
"volumes": [
{
"container": "/root/.caddy"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png"
},
{
"title": "MySQL",
"name": "",
"image": "mysql:latest",
"description": "The most popular open-source database",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"3306/tcp"
],
"volumes": [
{
"container": "/var/lib/mysql"
}
],
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png"
},
{
"title": "PostgreSQL",
"name": "",
"image": "postgres:latest",
"description": "The most advanced open-source database",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"5432/tcp"
],
"volumes": [
{
"container": "/var/lib/postgresql/data"
}
],
"env": [
{
"name": "POSTGRES_USER",
"label": "Superuser"
},
{
"name": "POSTGRES_PASSWORD",
"label": "Superuser password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png"
},
{
"title": "Elasticsearch",
"name": "",
"image": "elasticsearch:latest",
"description": "Open-source search and analytics engine",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"9200/tcp",
"9300/tcp"
],
"volumes": [
{
"container": "/usr/share/elasticsearch/data"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png"
},
{
"title": "Gitlab CE",
"name": "",
"image": "gitlab/gitlab-ce:latest",
"description": "Open-source end-to-end software development platform",
"categories": [
"development",
"project-management"
],
"platform": "linux",
"note": "Default username is <b>root</b>. Check the <a href=\"https://docs.gitlab.com/omnibus/docker/README.html#after-starting-a-container\" target=\"_blank\">Gitlab documentation</a> to get started.",
"restart_policy": "",
"ports": [
"80/tcp",
"443/tcp",
"22/tcp"
],
"volumes": [
{
"container": "/etc/gitlab"
},
{
"container": "/var/log/gitlab"
},
{
"container": "/var/opt/gitlab"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png"
},
{
"title": "Minio",
"name": "",
"image": "minio/minio:latest",
"description": "A distributed object storage server built for cloud applications and devops",
"categories": [
"storage",
"exfiltration"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"9000/tcp"
],
"volumes": [
{
"container": "/data"
},
{
"container": "/root/.minio"
}
],
"env": [
{
"name": "MINIO_ACCESS_KEY",
"label": "Minio access key"
},
{
"name": "MINIO_SECRET_KEY",
"label": "Minio secret key"
}
],
"command": ["server /data"],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png"
},
{
"title": "Solr",
"name": "",
"image": "solr:latest",
"description": "Open-source enterprise search platform",
"categories": [
"search-engine",
"exfiltration"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"8983/tcp"
],
"volumes": [
{
"container": "/opt/solr/mydata"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png"
},
{
"title": "Joomla",
"name": "",
"image": "joomla:latest",
"description": "Another free and open-source CMS",
"categories": [
"phishing",
"deception"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
],
"env": [
{
"name": "JOOMLA_DB_HOST",
"label": "MySQL database host",
"type": "container"
},
{
"name": "JOOMLA_DB_PASSWORD",
"label": "Database password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png"
},
{
"title": "Drupal",
"name": "",
"image": "drupal:latest",
"description": "Open-source content management framework",
"categories": [
"phishing",
"deception"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png"
},
{
"title": "Odoo",
"name": "",
"image": "odoo:latest",
"description": "Open-source business apps",
"categories": [
"project-management",
"phishing"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"8069/tcp"
],
"volumes": [
{
"container": "/var/lib/odoo"
},
{
"container": "/mnt/extra-addons"
}
],
"env": [
{
"name": "HOST",
"label": "PostgreSQL database host",
"type": "container"
},
{
"name": "USER",
"label": "Database user"
},
{
"name": "PASSWORD",
"label": "Database password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/odoo.png"
},
{
"title": "Urbackup",
"name": "",
"image": "cfstras/urbackup",
"description": "Open-source network backup",
"categories": [
"backup",
"exfiltration"
],
"platform": "linux",
"note": "This application web interface is exposed on the port 55414 inside the container.",
"restart_policy": "",
"ports": [
"55413/tcp",
"55414/tcp",
"55415/tcp",
"35622/tcp"
],
"volumes": [
{
"container": "/var/urbackup"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/urbackup.png"
}
]
[
{
"title": "Metasploit - Nightly",
"name": "red_msf-dev",
"image": "metasploitframework/metasploit-framework",
"description": "Official bare Metasploit Alpine build. Includes beta features from dev branch.",
"categories": [
"offensive",
"bare"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [
"4444:4444/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://yusufanilakduygu.files.wordpress.com/2016/08/capture1.jpg"
},
{
"title": "Metasploit - Stable + Postgresql",
"name": "red_msf-postgresql",
"image": "phocean/msf",
"description": "Debian Metasploit build with Postgres and additional helper scripts",
"categories": [
"offensive",
"database",
"stack"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [
"4444:4444/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [
{
"name": "traefik.frontend.rule",
"value": "PathPrefixStrip:/msf"
},
{
"name": "traefik.port",
"value": "4444"
}
],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/OE5fgz7.png"
},
{
"title": "Empire",
"name": "red_empire",
"image": "empireproject/empire",
"description": "Pure Python & PowerShell post-exploitation",
"categories": [
"offensive"
],
"platform": "linux",
"note": "Port 5555 opened for reverse callbacks",
"restart_policy": "unless-stopped",
"ports": [
"5555:5555/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [
{
"name": "traefik.frontend.rule",
"value": "PathPrefixStrip:/empire"
},
{
"name": "traefik.port",
"value": "5555"
}
],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/XvtOqFp.png"
},
{
"title": "Sn1per",
"name": "red_sn1per",
"image": "menzo/sn1per-docker",
"description": "Automated pentest framework for offensive security experts",
"categories": [
"offensive",
"stack"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/X1fCmIv.jpg"
},
{
"title": "Metasploithelper",
"name": "red_metasploithelper",
"image": "milo2012/metasploithelper",
"description": "MetasploitHelper is meant to assist penetration testers in network penetration tests. Comes with everything installed",
"categories": [
"offensive",
"stack",
"util"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/2GIRvgI.png"
},
{
"title": "Pentest-tools",
"name": "red_pentest-tools",
"image": "szalek/pentest-tools",
"description": "Ubuntu build with: searchsploit, sqlmap, nmap, nikto, dnsutils, sn1per, knock, sqliv, pasko, uniscan, wpscan, ncrack, wfuzz, sublist3r, massdns",
"categories": [
"offensive",
"stack"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/oySfUtD.png"
},
{
"title": "Kali - Bare",
"name": "red_kali-bare",
"image": "kalilinux/kali-linux-docker",
"description": "Official Kali container. Install desired metapackages",
"categories": [
"offensive",
"bare"
],
"platform": "linux",
"note": "Packages can be installed using Kali Metapackages. Use either docker attach <container name> by CLI (best) or the web terminal. Port 4444 is open by default for reverse callback payloads.",
"restart_policy": "unless-stopped",
"ports": [
"4444:4444/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/tmLEP0b.jpg"
},
{
"title": "Kali - Full",
"name": "red_kali-full",
"image": "booyaabes/kali-linux-full",
"description": "Non-Official Kali container with kali-linux-full metapackage installed, built every night",
"categories": [
"offensive",
"stack"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [
"4444:4444/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/kcOdowg.jpg"
},
{
"title": "Tor Socks Proxy",
"name": "red_tor-socks",
"image": "rdsubhas/tor-privoxy-alpine",
"description": "The smallest (15 MB) docker image with Tor and Privoxy on Alpine Linux",
"categories": [
"utils",
"privacy"
],
"platform": "linux",
"note": "curl --proxy tor-socks:8118 icanhazip.com <br>curl --socks5 tor-socks:9050 icanhazip.com",
"restart_policy": "unless-stopped",
"ports": [
"8118:8118/tcp",
"9050:9050/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/p3dEUKr.jpg"
},
{
"title": "Multi Tor Socks Proxy",
"name": "red_multi-tor-socks",
"image": "rdsubhas/tor-privoxy-alpine",
"description": "A multi TOR (x10) + privoxy socks proxy instances load-balancer ",
"categories": [
"utils",
"privacy"
],
"platform": "linux",
"note": "curl --socks5 multi-tor-socks:9050 icanhazip.com",
"restart_policy": "unless-stopped",
"ports": [
"9050:9050/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/p3dEUKr.jpg"
},
{
"title": "GoPhish",
"name": "red_gophish",
"image": "matteoggl/gophish",
"description": "Open-Source Phishing Toolkit",
"categories": [
"offensive",
"phishing"
],
"platform": "linux",
"note": "In your browser, head over to https://your-docker-machine-ip:3333. Don't forget the S in https. Default credentials: admin/gophish",
"restart_policy": "unless-stopped",
"ports": [
"3333:3333/tcp",
"8083:80/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/l21Rn2v.png"
},
{
"title": "gscript",
"name": "red_gscript",
"image": "gen0cide/gscript:v1",
"description": "Framework to rapidly implement custom droppers for all three major operating systems",
"categories": [
"offensive",
"evasion"
],
"platform": "linux",
"note": "Run gscript binary from the interactive shell. Don't forget to mount appropriate volumes.",
"restart_policy": "unless-stopped",
"ports": [],
"volumes": [
{
"container": "/root/share"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/IoI2VqG.png"
},
{
"title": "Spiderfoot",
"name": "red_spiderfoot",
"image": "combro2k/alpine-spiderfoot",
"description": "SpiderFoot automates OSINT to find out everything possible about your target.",
"categories": [
"offensive",
"osint"
],
"platform": "linux",
"note": "In your browser, head over to https://your-docker-machine-ip:5001",
"restart_policy": "unless-stopped",
"ports": [
"5001:5001/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/4lffWWS.png"
},
{
"title": "ZAP Proxy WebSwing",
"name": "red_zap-proxy",
"image": "owasp/zap2docker-stable",
"description": "Official in-browser version of ZAP.",
"categories": [
"offensive",
"webserver",
"bare"
],
"platform": "linux",
"note": "Since it is hosted on the same LAN as the target containers, usage should be faster. It is also possible to use the exposed remote proxy with a local instance of ZAP. Point your browser to http://your-docker-machine-ip:8081/?anonym=true&app=ZAP once done. If not, you will be asked to authenticate to a null account.",
"restart_policy": "unless-stopped",
"ports": [
"8081:8080/tcp",
"8090:8090/tcp"
],
"volumes": [],
"env": [],
"command": ["zap-webswing.sh"],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://www.owasp.org/images/1/11/Zap128x128.png"
},
{
"title": "Ubuntu Web VNC",
"name": "red_ubuntu-vnc",
"image": "consol/ubuntu-xfce-vnc",
"description": "Docker container images with VNC and http NoVNC",
"categories": [
"utils"
],
"platform": "linux",
"note": "Connect to :1 display with vncviewer. NoVNC: http://your-docker-machine-ip:6901/vnc.html, default password: vncpassword",
"restart_policy": "unless-stopped",
"ports": [
"5901:5901/tcp",
"6901:6901/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/KfWzNDU.jpg"
},
{
"title": "Kali Web noVNC + LXDE",
"name": "red_kali-vnc",
"image": "jgamblin/kalibrowser-lxde",
"description": "Kali Docker container with minimal LXDE",
"categories": [
"offensive",
"bare",
"utils"
],
"platform": "linux",
"note": "From your web browser: http://your-docker-machine-ip:6080",
"restart_policy": "unless-stopped",
"ports": [
"6080:6080/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/tmLEP0b.jpg"
},
{
"title": "Lockdoor Framework",
"name": "red_lockdoor",
"image": "sofianehamlaoui/lockdoor",
"description": "Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources",
"categories": [
"offensive",
"privacy"
],
"platform": "linux",
"note": "",
"restart_policy": "unless-stopped",
"ports": [],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/B5uKiEv.png"
},
{
"title": "DVWA",
"name": "red_vuln-dvwa",
"image": "vulnerables/web-dvwa",
"description": "Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn vulnerable",
"categories": [
"vulnerable",
"webserver"
],
"platform": "linux",
"note": "Point your browser to http://your-docker-machine-ip:8082 to access it. To start using: Generate DB from the web interface, Login using admin/password. Select DVWA Security in the left menu, set your difficulty level.",
"restart_policy": "unless-stopped",
"ports": [
"8082:80/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://linuxsecurityblog.files.wordpress.com/2016/01/dvwa.jpg"
},
{
"title": "JuiceShop",
"name": "red_vuln-juiceshop",
"image": "bkimminich/juice-shop",
"description": "OWASP Juice Shop is an intentionally insecure web application written entirely in JavaScript which encompasses the entire range of OWASP Top Ten and other severe security flaws.",
"categories": [
"vulnerable",
"webserver"
],
"platform": "linux",
"note": "Point your browser to http://your-docker-machine-ip:8084 to access it.",
"restart_policy": "unless-stopped",
"ports": [
"8084:3000/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://www.owasp.org/images/6/66/JuiceShop_Logo.png"
},
{
"title": "Vulnerable Wordpress",
"name": "red_vuln-wp",
"image": "wpscanteam/vulnerablewordpress",
"description": "Vulnerable WordPress Installation",
"categories": [
"vulnerable",
"webserver"
],
"platform": "linux",
"note": "Point your browser to http://your-docker-machine-ip:8085 to access it.",
"restart_policy": "unless-stopped",
"ports": [
"8085:80/tcp",
"3306:3306/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/0DpXEE4.png"
},
{
"title": "Vulnerable Shellshock",
"name": "red_vuln-shellshock",
"image": "hmlio/vaas-cve-2014-6271",
"description": "Vulnerable Shellshock Installation - CVE-2014-6271",
"categories": [
"vulnerable",
"webserver"
],
"platform": "linux",
"note": "Point your browser to http://your-docker-machine-ip:8086 to access it.",
"restart_policy": "unless-stopped",
"ports": [
"8086:80/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/waYl54r.png"
},
{
"title": "Vulnerable SambaCry",
"name": "red_vuln-samba",
"image": "hmlio/vulnerables/cve-2017-7494",
"description": "Vulnerable Samba Installation - CVE-2017-7494",
"categories": [
"vulnerable",
"smb"
],
"platform": "linux",
"note": "If you want to access, use the following credentials. User: sambacry Password: nosambanocry",
"restart_policy": "unless-stopped",
"ports": [
"445:445/tcp",
"137:137/tcp",
"138:138/tcp",
"139:139/tcp",
"6699:6699/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://media.ilsoftware.it/images/500x500/img_15843.jpg"
},
{
"title": "OWASP Mutillidae II",
"name": "red_vuln-mutillidae",
"image": "citizenstig/nowasp",
"description": "Docker container for OWASP Mutillidae II Web Pen-Test Practice Application",
"categories": [
"vulnerable",
"smb"
],
"platform": "linux",
"note": "Point your browser to http://your-docker-machine-ip:8087 to access it.",
"restart_policy": "unless-stopped",
"ports": [
"8087:80/tcp",
"3306:3306/tcp"
],
"volumes": [],
"env": [
{
"name": "MYSQL_PASS",
"label": "Database root password",
"description": "Password used by the MySQL root user.",
"default": "Chang3ME!",
"preset": false
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/SFDsPDQ.jpg"
},
{
"title": "Network Utilities",
"name": "red_netutils",
"image": "flungo/netutils",
"description": "A lightweight docker container with a set of networking tools<br>Use /bin/sh",
"categories": [
"utils",
"privacy"
],
"platform": "linux",
"note": "This is designed to be an interactive debuigging container",
"restart_policy": "unless-stopped",
"ports": [],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/XXaSxlw.png"
},
{
"title": "SoftEtherVPN",
"name": "red_softethervpn",
"image": "siomiz/softethervpn",
"description": "A simple SoftEther VPN server",
"categories": [
"vpn",
"utils",
"privacy"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"500:500/udp",
"4500:4500/udp",
"1701:1701/tcp",
"1194:1194/udp",
"5555:5555/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/zzhyywo.jpg",
"privileged": true
},
{
"title": "Cowrie Honeypot",
"name": "red_cowrie",
"image": "cowrie/cowrie",
"description": "SSH Honeypot that logs authentication attempts and interactions",
"categories": [
"honeypot",
"deception"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"2222:2222/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"interactive": true,
"logo": "https://i.imgur.com/GaYgbXo.png"
},
{
"title": "Endlessh tarpit",
"name": "red_endlessh",
"image": "d3lta/endlessh-docker",
"description": "SSH tarpit that slowly sends an endless banner",
"categories": [
"deception"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"2223:22/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/lsGCqxD.png"
},
{
"title": "Beagle",
"name": "red_beagle",
"image": "yampelo/beagle",
"description": "Incident response and digital forensics tool which transforms data sources and logs into graphs. Supported data sources include FireEye HX Triages, Windows EVTX files, SysMon logs and Raw Windows memory images.",
"categories": [
"utils",
"dfir",
"osint"
],
"platform": "linux",
"note": "Point your browser to http://your-docker-machine-ip:8000 to access it.",
"restart_policy": "",
"ports": [
"8000:8000/tcp"
],
"volumes": [],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://i.imgur.com/QDBYkY1.jpg"
},
{
"title": "Nginx",
"name": "",
"image": "nginx:latest",
"description": "High performance web server",
"categories": [
"webserver"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp",
"443/tcp"
],
"volumes": [
{
"container": "/etc/nginx"
},
{
"container": "/usr/share/nginx/html"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/nginx.png"
},
{
"title": "Httpd",
"name": "",
"image": "httpd:latest",
"description": "Open-source HTTP server",
"categories": [
"webserver"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/usr/local/apache2/htdocs/"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png"
},
{
"title": "Caddy",
"name": "",
"image": "abiosoft/caddy:latest",
"description": "HTTP/2 web server with automatic HTTPS",
"categories": [
"webserver"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp",
"443/tcp",
"2015/tcp"
],
"volumes": [
{
"container": "/root/.caddy"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png"
},
{
"title": "MySQL",
"name": "",
"image": "mysql:latest",
"description": "The most popular open-source database",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"3306/tcp"
],
"volumes": [
{
"container": "/var/lib/mysql"
}
],
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png"
},
{
"title": "PostgreSQL",
"name": "",
"image": "postgres:latest",
"description": "The most advanced open-source database",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"5432/tcp"
],
"volumes": [
{
"container": "/var/lib/postgresql/data"
}
],
"env": [
{
"name": "POSTGRES_USER",
"label": "Superuser"
},
{
"name": "POSTGRES_PASSWORD",
"label": "Superuser password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png"
},
{
"title": "Elasticsearch",
"name": "",
"image": "elasticsearch:latest",
"description": "Open-source search and analytics engine",
"categories": [
"database"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"9200/tcp",
"9300/tcp"
],
"volumes": [
{
"container": "/usr/share/elasticsearch/data"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png"
},
{
"title": "Gitlab CE",
"name": "",
"image": "gitlab/gitlab-ce:latest",
"description": "Open-source end-to-end software development platform",
"categories": [
"development",
"project-management"
],
"platform": "linux",
"note": "Default username is <b>root</b>. Check the <a href=\"https://docs.gitlab.com/omnibus/docker/README.html#after-starting-a-container\" target=\"_blank\">Gitlab documentation</a> to get started.",
"restart_policy": "",
"ports": [
"80/tcp",
"443/tcp",
"22/tcp"
],
"volumes": [
{
"container": "/etc/gitlab"
},
{
"container": "/var/log/gitlab"
},
{
"container": "/var/opt/gitlab"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png"
},
{
"title": "Minio",
"name": "",
"image": "minio/minio:latest",
"description": "A distributed object storage server built for cloud applications and devops",
"categories": [
"storage",
"exfiltration"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"9000/tcp"
],
"volumes": [
{
"container": "/data"
},
{
"container": "/root/.minio"
}
],
"env": [
{
"name": "MINIO_ACCESS_KEY",
"label": "Minio access key"
},
{
"name": "MINIO_SECRET_KEY",
"label": "Minio secret key"
}
],
"command": ["server /data"],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png"
},
{
"title": "Solr",
"name": "",
"image": "solr:latest",
"description": "Open-source enterprise search platform",
"categories": [
"search-engine",
"exfiltration"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"8983/tcp"
],
"volumes": [
{
"container": "/opt/solr/mydata"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png"
},
{
"title": "Joomla",
"name": "",
"image": "joomla:latest",
"description": "Another free and open-source CMS",
"categories": [
"phishing",
"deception"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
],
"env": [
{
"name": "JOOMLA_DB_HOST",
"label": "MySQL database host",
"type": "container"
},
{
"name": "JOOMLA_DB_PASSWORD",
"label": "Database password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png"
},
{
"title": "Drupal",
"name": "",
"image": "drupal:latest",
"description": "Open-source content management framework",
"categories": [
"phishing",
"deception"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png"
},
{
"title": "Odoo",
"name": "",
"image": "odoo:latest",
"description": "Open-source business apps",
"categories": [
"project-management",
"phishing"
],
"platform": "linux",
"note": "",
"restart_policy": "",
"ports": [
"8069/tcp"
],
"volumes": [
{
"container": "/var/lib/odoo"
},
{
"container": "/mnt/extra-addons"
}
],
"env": [
{
"name": "HOST",
"label": "PostgreSQL database host",
"type": "container"
},
{
"name": "USER",
"label": "Database user"
},
{
"name": "PASSWORD",
"label": "Database password"
}
],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/odoo.png"
},
{
"title": "Urbackup",
"name": "",
"image": "cfstras/urbackup",
"description": "Open-source network backup",
"categories": [
"backup",
"exfiltration"
],
"platform": "linux",
"note": "This application web interface is exposed on the port 55414 inside the container.",
"restart_policy": "",
"ports": [
"55413/tcp",
"55414/tcp",
"55415/tcp",
"35622/tcp"
],
"volumes": [
{
"container": "/var/urbackup"
}
],
"env": [],
"devices": [],
"labels": [],
"sysctls": [],
"cap_add": [],
"type": 1,
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/urbackup.png"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment