Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thorstenhans/docker-desktop-containers-and-wasm
- Owner: ThorstenHans
- Created: 2024-02-27T19:22:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-28T15:27:04.000Z (9 months ago)
- Last Synced: 2024-04-14T04:43:55.492Z (7 months ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 buildmake run
```