Meson for Docker
580
Simple Docker to install Meson as a Docker platform.
Define the following environment variable to configure Meson.
| Variable | Description | Optional |
|---|---|---|
| TOKEN | Your token on Meson | no |
| PORT | Specify the port for Meson | no |
| CACHE_SIZE | Your system cache size | 30 |
docker run -d -p 9222:9222 -e TOKEN=xxxxxxxxx -e PORT=9222 --name meson jepbura/meson:latest
My Docker at Docker Hub: jepbura/meson
Content type
Image
Digest
sha256:b8a03fd80…
Size
58.7 MB
Last updated
over 3 years ago
docker pull jepbura/meson