Releases: gpu-cli/vz
Releases · gpu-cli/vz
v0.3.8
Full Changelog: v0.3.7...v0.3.8
v0.3.7
Full Changelog: v0.3.6...v0.3.7
v0.3.6
Port forwarding for vz run
-p/--publishflag: forward host ports to container ports (e.g.,vz run -p 8080:80 -- nginx)vz.jsonportsfield: declare port mappings in config (e.g.,"ports": ["3000:3000", "5432:5432"])- CLI flags and config ports are merged — use either or both
- Syntax:
HOST:CONTAINER[/PROTO](defaults to TCP, supports UDP)
Example
vz run -p 9080:8080 -- python3 -m http.server 8080
# → curl localhost:9080 from the hostOr in vz.json:
{
"image": "ubuntu:24.04",
"ports": ["3000:3000", "5432:5432"],
"setup": ["apt-get update && apt-get install -y postgresql"]
}v0.3.5
Full Changelog: v0.3.4...v0.3.5
v0.3.4
Full Changelog: v0.3.3...v0.3.4
v0.3.3
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Full Changelog: https://github.com/gpu-cli/vz/commits/v0.2.0