Showing 123 open source projects for "docker"

View related business solutions
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1
    Boot2Docker

    Boot2Docker

    Linux distribution made specifically to run Docker containers

    Boot2Docker is a lightweight Linux distribution made specifically to run Docker containers. It runs completely from RAM, is a ~45MB download and boots quickly. Boot2Docker is designed and tuned for development. Using it for any kind of production workloads is highly discouraged. Installation should be performed via Docker Toolbox which installs Docker Machine, the Boot2Docker VM, and other necessary tools. Boot2Docker is used via Docker Machine (installed as part of Docker Toolbox) which leverages VirtualBox's VBoxManage to initialise, start, stop and delete the VM right from the command line. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    RAP2-DELOS

    RAP2-DELOS

    Open source interface management tool

    ...This tool is a development tool, and the related API has not been subjected to any security verification such as XSS. Please do not rely on any service of RAP in the production environment!Install Docker and Docker Compose (Linux users need to install separately). It is recommended to configure the domestic image of Docker Hub according to the link guide to increase the loading speed. The default port number of Rap front-end service is 3000, you can customize it according to the comments in docker-compose.yml. Perform mocha test cases and js code specification checks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MailHog

    MailHog

    Web and API based SMTP testing

    Inspired by MailCatcher, easier to install. Built with Go, MailHog runs without installation on multiple platforms. Run it from Docker Hub or using the provided Dockerfile. The SMTP server starts on port 1025, the HTTP server starts on port 8025, in-memory message storage. ESMTP server implementing RFC5321. Support for SMTP AUTH (RFC4954) and PIPELINING (RFC2920). Web interface to view messages (plain text, HTML or source). Supports RFC2047 encoded headers. Real-time updates using EventSource. ...
    Downloads: 72 This Week
    Last Update:
    See Project
  • 4
    image-builder-rpi

    image-builder-rpi

    SD card image for Raspberry Pi with Docker: HypriotOS

    This repo builds the SD card image with HypriotOS for the Raspberry Pi 1, 2, 3, 4 and Zero. You can find released versions of the SD card image here in the GitHub releases page. To build this SD card image we have to take the files for the root filesystem from os-rootfs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    NanoVNA

    NanoVNA

    Very Tiny Palmtop Vector Network Analyzer

    NanoVNA is a very tiny handheld Vector Network Analyzer (VNA). It is standalone with lcd display, portable device with battery. This project aims to provide an RF gadget but a useful instrument for an enthusiast.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Tini

    Tini

    A tiny but valid `init` for containers

    ...It protects you from software that accidentally creates zombie processes, which can (over time!) starve your entire system for PIDs (and make it unusable). It ensures that the default signal handlers work for the software you run in your Docker image. For example, with Tini, SIGTERM properly terminates your process even if you didn't explicitly install a signal handler for it. It does so completely transparently! Docker images that work without Tini will work with Tini without any changes. Add Tini to your container, and make it executable. Then, just invoke Tini and pass your program and its arguments as arguments to Tini.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Docker Machine

    Docker Machine

    Machine management for a container-centric world

    Docker Machine is a tool that lets you install Docker Engine on virtual hosts, and manage the hosts with docker-machine commands. You can use Machine to create Docker hosts on your local Mac or Windows box, on your company network, in your data center, or on cloud providers like Azure, AWS, or DigitalOcean. Using docker-machine commands, you can start, inspect, stop, and restart a managed host, upgrade the Docker client and daemon, and configure a Docker client to talk to your host. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PostDock

    PostDock

    Postgres streaming replication cluster for any docker environment

    PostgreSQL cluster with High Availability and Self Healing features for any cloud and docker environment (Amazon, Google Cloud, Kubernetes, Docker Compose, Docker Swarm, Apache Mesos)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Marathon

    Marathon

    Deploy and manage containers (including Docker) on top of Apache Mesos

    A container orchestration platform for Mesos and DC/OS. Deploy and manage containers (including Docker) on top of Apache Mesos at scale. Marathon is a production-grade container orchestration platform for Mesosphere’s Datacenter Operating System (DC/OS) and Apache Mesos. Marathon has first-class support for both Mesos containers (using cgroups) and Docker. Marathon runs as an active/passive cluster with leader election for 100% uptime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    kubeadm-dind-cluster

    kubeadm-dind-cluster

    A Kubernetes multi-node test cluster based on kubeadm

    A Kubernetes multi-node cluster for developers of Kubernetes and projects that extend Kubernetes. Based on kubeadm and DIND (Docker in Docker). Supports both local workflows and workflows utilizing powerful remote machines/cloud instances for building Kubernetes, starting test clusters and running e2e tests. If you're an application developer, you may be better off with Minikube because it's more mature and less dependent on the local environment, but if you're feeling adventurous you may give kubeadm-dind-cluster a try, too. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Darch

    Darch

    A tool for building and booting stateless and immutable images

    darch (Docker Arch) is a container-based Linux image building and booting system that leverages Docker for building root filesystems and bootable images. It allows users to define system images as Dockerfiles, making Linux operating system builds reproducible, modular, and easily maintainable. darch images are booted via a custom initramfs and are ideal for creating immutable systems or quickly spinning up specialized environments without traditional installation steps.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    REX-Ray

    REX-Ray

    REX-Ray is a container storage orchestration engine

    ...In the interim, there remains active engagement with the project to support the community. REX-Ray provides a vendor-agnostic storage orchestration engine. The primary design goal is to provide persistent storage for Docker, Kubernetes, and Mesos. It is additionally available as a Go package, CLI tool, and Linux service which enables it to be used for additional use cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Kubernetes Vagrant Centos Cluster

    Kubernetes Vagrant Centos Cluster

    Setting up a distributed Kubernetes cluster along with Istio service

    ...Because using virtual machines to setup a distributed Kubernetes cluster will bring a high load on your computer, I created the lightweight Cloud Native Sandbox using Docker to set up a standalone Kubernetes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Wharfie

    Wharfie

    a modern, docker-like, embedded image builder

    Wharfie is a modern build system for embedded devices. The concept is very similar to "docker". Both, "docker" and "wharfie", are using a simple format to describe custom linux system configurations and rebuild those easily. Wharfie uses basically the same syntax, while it is not fully compatible. While "docker" is focusing on scalable web services, "wharfie" is focusing on embedded linux systems. With "wharfie" one can easily build a root filesystem, based on the Debian distribution from scratch. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    giropops-monitoring

    giropops-monitoring

    Full stack tools for monitoring containers and other stuff

    Giropops Monitoring is an open-source observability stack for infrastructure monitoring, combining Prometheus, Grafana, and Loki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OpenVPN for Docker

    OpenVPN for Docker

    OpenVPN server in a Docker container complete with an EasyRSA PKI CA

    ...A systemd init script is available to manage the OpenVPN container. It will start the container on system boot, restart the container if it exits unexpectedly, and pull updates from Docker Hub to keep itself up to date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AnthillaOS

    AnthillaOS

    a linux based readonly image as appliance

    ...Usable as test/dev exercise for appliances An x86 64bit gentoo image customized for readonly usage as appliances, fully functional and complete of more than 1000 pkg based on a gentoo+systemd distro. Hypervisor (kvm or xen) Storage (ZFS and Gluster) Container (Docker) Networking (iproute2, nftable, OpenVSwitch, Bird) Antd (http://www.anthilla.com/en/software/antd/ ) web based management all open source components from other projects are released under respective licenses, all parts, files,subprojects developed as part or this project are released under the BSD 3 clause license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Mesos Cluster

    Mesos Cluster

    Scripts to configure a Mesos cluster using Mesos and Mesosphere

    Scripts to configure a Mesos cluster using Mesos and Mesosphere services. Mesos master running the Marathon and Chronos frameworks. Mesos agent with Docker containerizer. Mesos DNS for core service discovery. Marathon load balancer using HAProxy for SSL and proxying to internal applications. To try it out locally use the Vagrant configuration. To use the scripts to build a custom Mesos cluster first install the roles in your project and configure Ansible to load roles from the roles directory provided by this project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Fulcon-VirtualPlatform

    Fulcon-VirtualPlatform

    Fulcon can generate full OS environment to the container like the VM.

    - It is container generable in the image of Docker (CentOS or Ubuntu image). - The generated container can be operated while maintaining it at a long term. - The resource of CPU, the memory, and IO of the container can be dynamically updated. - Arbitrary IPl address can be added and be deleted dynamically the container. - The package of two or more containers can be collectively updated from the host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RadicalSpam

    RadicalSpam

    Open Source Anti-Spam and Anti-Virus Gateway

    RadicalSpam is a free and open source package distributed under GPL v2, including products such as Postfix, SpamAssassin Amavisd-new, Clamav, Razor, DCC, Postgrey, Bind; providing a secure SMTP relay, ready to use with linux and docker environement. More information : http://www.radical-spam.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Medusa

    Medusa

    An open source interactive disassembler

    ...Git is optional but allows to clone remote repository for specific features. If you do not wish to install the various dependencies on your system, you can use this docker image instead. Even though it is working out of the box, you may want to customize it to suit your needs or for added security (e.g. restrict ssh access to public key authentication only).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    Raspberry Pi compatible docker image containing a Citadel groupware server. This image has been successfully tested on a Raspberry Pi 3 running Hypriot OS. Run it with the following command (make sure to replace YOUR_HOSTNAME with your preferred hostname (e.g. mail.my.domain): docker run -d -h YOUR_HOSTNAME --name citadel --dns 8.8.8.8 -e WEBCIT_LANG=en -e WEBCIT_HTTP_PORT=8080 -e WEBCIT_HTTPS_PORT=8443 -p 25:25 -p 110:110 -p 143:143 -p 465:465 -p 587:587 -p 993:993 -p 995:995 -p 8881:8080 -p 8481:8443 ufud/rpi-citadel If you use docker-compose to build the image, please replace YOUR_DOCKER_HOST_IP with the correct IP of your docker host in docker-compose.yml. ...
    Downloads: 0 This Week
    Last Update:
    See Project