Sign inSign up

3xpo/prometheus

By 3xpo

Updated almost 2 years ago

An image for a Lua Obfuscator

Image
0

4.0K

3xpo/prometheus repository overview

prometheus

An image with prometheus-lua preinstalled.

Usage

One-liner with default cmd:

podman run -it --rm -v "$(pwd)/input.lua":/scripts/script.lua -v "$(pwd)/output.lua":/scripts/script.obfuscated.lua docker.io/3xpo/prometheus

With custom cmd:

podman run -it --rm -v "$(pwd)/input.lua":/scripts/script.lua -v "$(pwd)/output.lua":/scripts/script.obfuscated.lua docker.io/3xpo/prometheus prometheus --preset Medium /scripts/script.lua
Notes

Prometheus' installation lives at $PROMETHEUS_INSTALL; currently equivalent to $HOME/Prometheus.
It's executed using LuaJIT. The Prometheus binary is installed in /bin/prometheus.

Tag summary

Content type

Image

Digest

sha256:188a32ca4

Size

319.4 MB

Last updated

almost 2 years ago

docker pull 3xpo/prometheus