About 5,890,000 results
Open links in new tab
  1. Installing and Configuring istSOS4 - istSOS4

    Installing istSOS4 is straightforward with Docker. Follow these steps to get started. Before proceeding, ensure you have Docker installed on your machine. If not, download and install Docker from the official Dokcer website. For detailed installation instructions, please refer to the Docker documentation.

  2. Step-by-Step Guide: Installing Docker on Windows 11 and 10

    Apr 26, 2025 · If you’re using Windows 10 or Windows 11, this tutorial will guide you through the process of installing Docker, enabling you to take your development projects to the next level. Why Docker? Before diving into the installation process, let’s understand why Docker is a game-changer for developers:

  3. Setting up Istio with Docker-Desktop on Windows 10

    May 26, 2020 · Enable Kubernetes on docket for desktop. This may take few minutes depending on the system. Make sure you have latest kubectl. Otherwise you can install latest version from...

  4. Docker Desktop - Istio

    To run Istio with Docker Desktop, install a version which contains a supported Kubernetes version (1.29, 1.30, 1.31, 1.32). If you want to run Istio under Docker Desktop’s built-in Kubernetes, you need to increase Docker’s memory limit under the Resources->Advanced pane of Docker Desktop’s Settings….

  5. Getting Started with Istio Using Docker Desktop

    Feb 18, 2020 · Docker Desktop gives you a full Kubernetes environment on your laptop. Just install the Mac or Windows version – be sure to switch to Linux containers if you’re using Windows – then open the settings from the Docker whale icon, and select Enable Kubernetes in the Kubernetes section.

  6. GitHub - istSOS/istsos2: Easily manage your sensor network and ...

    The faste way to use istSOS is with docker. Create a docker-compose.yml file: istsos-db: image: postgis/postgis:12-2.5-alpine. restart: always. container_name: istsos-db. environment: POSTGRES_USER: postgres. POSTGRES_PASSWORD: postgres. POSTGRES_DB: istsos. TZ: Europe/Zurich. volumes: - istsos-db-data:/var/lib/postgresql/data. istsos:

  7. Install Istio to Docker Desktop (WSL 2) - vastorigins.com

    Aug 4, 2021 · Istio is an open-source service mesh. The documentation for installing it on windows is a bit vague, and the website only provides documentation for nix-based systems. Download the istioctl.exe executable from the official istio releases page and extract then place it in a folder of your choice. Next will be adding it to your environment variable.

  8. Welcome to the istSOS4-Things tutorial - istSOS4

    You can either run the tutorial on a local instance of istSOS4 or use the demo instance available at https://istsos.org/v4/v1.1/. istSOS4 is an open-source Sensor Things API (STA) implementation that allows users to manage and publish observations from various sensors.

  9. Setting Up Docker on Windows: A Step-by-Step Guide

    Jul 23, 2023 · Head over to the Docker website (https://www.docker.com/products/docker-desktop) and download Docker Desktop for Windows. 2. Double-click the downloaded installer and follow the...

  10. ISTIO, Docker for windows and minikube | by Sebastien HO

    Apr 1, 2022 · Here few technical lines to setup an environment for running ISTIO and their use-case “book-info”. Preriquisites: Install latest docker for windows.

Refresh