A Docker image is available as well. You can pull it from GitHub Container Registry.
docker pull ghcr.io/leoborai/wasmq:latestdocker run -p 6283:6283 ghcr.io/leoborai/wasmqThen use wasmq CLI as regularly. wasmq CLI will perform requests to the wasmq
server running inside the Docker container.
If you are getting:
docker pull ghcr.io/leoborai/wasmq:latest
Error response from daemon: Head "https://ghcr.io/v2/leoborai/wasmq/manifests/latest": denied: deniedThis is likely to be related to GHCR Credentials in your environment. You can fix this by logging out usinc the following command:
docker logout ghcr.ioYou can also download precompiled binaries from the GitHub Releases page.
- Rust toolchain (stable): Install Rust using rustup.
- SQLx CLI: Use
cargo install sqlx-clito install the SQLx CLI tool.
This project is licensed under the MIT License - see the LICENSE file for details. This project is also licensed under the Apache License 2.0 - see the LICENSE-APACHE file for details.