docker-install

Docker installation script (by docker)

Docker-install Alternatives

Similar projects and alternatives to docker-install

  1. HomeBrew

    🍺 The missing package manager for macOS (or Linux)

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. hub-feedback

    Feedback and bug reports for the Docker Hub

  4. Docker Compose

    Define and run multi-container applications with Docker

  5. podman

    Podman: A tool for managing OCI containers and pods.

  6. k3s

    Lightweight Kubernetes

  7. stable-diffusion-ui

    Discontinued Easiest 1-click way to install and use Stable Diffusion on your computer. Provides a browser UI for generating images from text prompts and images. Just enter your text prompt, and see the generated image. [Moved to: https://github.com/easydiffusion/easydiffusion]

  8. Docker Swarm

    Source repo for Docker's Documentation (by docker)

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. SafeLine

    SafeLine is a self-hosted WAF(Web Application Firewall) / reverse proxy to protect your web apps from attacks and exploits.

  11. multipass

    Multipass orchestrates virtual Ubuntu instances

  12. colima

    Container runtimes on macOS (and Linux) with minimal setup

  13. k3d

    Little helper to run CNCF's k3s in Docker

  14. podman-compose

    a script to run docker-compose.yml using podman

  15. Podman Desktop

    Podman Desktop is the best free and open source tool to work with Containers and Kubernetes for developers. Get an intuitive and user-friendly interface to effortlessly build, manage, and deploy containers and Kubernetes — all from your desktop.

  16. compose-spec

    The Compose specification

  17. liqo

    Enable dynamic and seamless Kubernetes multi-cluster topologies

  18. k8sgpt

    Giving Kubernetes Superpowers to everyone

  19. headlamp

    10 docker-install VS headlamp

    A Kubernetes web UI that is fully-featured, user-friendly and extensible

  20. AltServer-Linux

    AltServer for AltStore, but on-device

  21. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better docker-install alternative or higher similarity.

docker-install discussion

Log in or Post with

docker-install reviews and mentions

Posts with mentions or reviews of docker-install. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-25.
  • Installing Docker on Ubuntu
    1 project | dev.to | 18 Apr 2025
    Run the following command Above command downloads the script get-docker.sh to your local system/virtual machine from https://get.docker.com/
  • Hybrid k8s cluster | Talos & Kubespan | Kilo wireguard
    6 projects | dev.to | 25 Mar 2025
    pct create 1000 local:vztmpl/ubuntu-24.10-standard_24.10-1_amd64.tar.zst \ --hostname net-lxc \ --net0 name=eth0,bridge=vmbr0,ip=10.1.1.2/24,gw=10.1.1.1 \ --nameserver 1.1.1.1 \ --features keyctl=1,nesting=1 \ --storage local-lvm \ --rootfs local:8 \ --ssh-public-keys .ssh/id_rsa.pub \ --unprivileged=true pct start 1000 ssh [email protected] apt update && apt install curl -y curl -s https://get.docker.com | sudo bash curl -L https://github.com/siderolabs/talos/releases/download/v1.9.5/initramfs-amd64.xz -o initramfs-amd64.xz curl -L https://github.com/siderolabs/talos/releases/download/v1.9.5/vmlinuz-amd64 -o vmlinuz-amd64
  • Docker Rootless: high security and high performance
    1 project | dev.to | 11 Feb 2025
    $ curl -sSL https://get.docker.com/ | sh
  • Docker-in-Docker (DinD) Environment - Because Why Not Run Containers Inside Containers?
    2 projects | dev.to | 24 Jan 2025
    # Using Ubuntu 24.04 as the launchpad FROM ubuntu:24.04 # Installing essential supplies RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ gnupg \ iptables \ supervisor # Summoning Docker with the elegance of a magic spell RUN curl -fsSL https://get.docker.com | sh # Infusing NVIDIA Container Toolkit for GPU wizardry RUN curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \ && curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list | \ sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | \ tee /etc/apt/sources.list.d/nvidia-container-toolkit.list \ && apt-get update \ && apt-get install -y nvidia-container-toolkit \ && nvidia-ctk runtime configure --runtime=docker \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* # Unveiling the entrypoint script and overseeing Supervisor's watchful eye COPY entrypoint.sh /usr/local/bin/ COPY supervisor/ /etc/supervisor/conf.d/ # Empowering the entrypoint script with executable powers RUN chmod +x /usr/local/bin/entrypoint.sh # Creating a sanctuary for Docker's data vault VOLUME /var/lib/docker # Guiding the container to its starting point ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] # When all else fails, let's have a bash! CMD ["bash"]
  • AIOps : DĂ©boguer son cluster Kubernetes en utilisant l’intelligence artificielle gĂ©nĂ©rative via…
    9 projects | dev.to | 28 Dec 2024
  • Exploring K3S on Docker using K3D
    1 project | dev.to | 23 Dec 2024
    $ curl -fsSL https://get.docker.com -o get-docker.sh $ sudo sh get-docker.sh $ sudo usermod -aG docker $USER #add user to the docker group $ docker version Client: Docker Engine - Community Version: 27.4.0 API version: 1.47 Go version: go1.22.10 Git commit: bde2b89 Built: Sat Dec 7 10:38:40 2024 OS/Arch: linux/amd64 Context: default ...
  • [Docker] instalando docker no debian
    1 project | dev.to | 4 Dec 2024
  • How to Automate Your Home with a Raspberry Pi
    1 project | dev.to | 2 Nov 2024
    curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh
  • What each container does in SafeLine WAF
    3 projects | dev.to | 30 Oct 2024
    curl -sSL "https://get.docker.com/" | bash
  • Troubleshooting: curl/wget Fetching HTML Instead of Files
    1 project | dev.to | 25 Oct 2024
    If you just click on the file like this link (https://github.com/docker/docker-install/blob/master/install.sh), right click to inspect and you will see it is in html.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 13 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic docker-install repo stats
133
2,688
8.0
25 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com