Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thorstenhans/docker-desktop-containers-and-wasm


https://github.com/thorstenhans/docker-desktop-containers-and-wasm

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Containers and WebAssembly in Docker Desktop

This sample demonstrates how to orchestrate distributed architectures using containers and WebAssembly workloads.

The sample is described and explained as part of the following article:

[https://www.thorsten-hans.com/webassembly-and-containers-with-docker-desktop-hello-world-and-beyond/](https://www.thorsten-hans.com/webassembly-and-containers-with-docker-desktop-hello-world-and-beyond/)

# Prerequisites

- Docker Desktop (>= 4.28.0)
- Spin CLI (>= 2.2.0)
- Node.js (>= 20.11.1 (LTS))

# Building & Running the Sample

```bash
make build

make run
```