Sign inSign up

andrewmackrodt/fossilize

By andrewmackrodt

•Updated 4 months ago

Valve Fossilize CLI Tools

Image
0

10K+

andrewmackrodt/fossilize repository overview

⁠andrewmackrodt/docker-fossilize⁠

Status Pulls Dockerfile Size Version

Fossilize⁠ is a library and Vulkan layer for serializing various persistent Vulkan objects which typically end up in hashmaps.

⁠Usage

⁠docker
docker run --rm -e "PUID=$(id -u)"  -e "PGID=$(id -g)" -v "$PWD:$PWD" -w "$PWD" \
  andrewmackrodt/fossilize fossilize-bench [options]

docker run --rm -e "PUID=$(id -u)"  -e "PGID=$(id -g)" -v "$PWD:$PWD" -w "$PWD" \
  andrewmackrodt/fossilize fossilize-convert-db [options]

docker run --rm -e "PUID=$(id -u)"  -e "PGID=$(id -g)" -v "$PWD:$PWD" -w "$PWD" \
  andrewmackrodt/fossilize fossilize-disasm [options]

docker run --rm -e "PUID=$(id -u)"  -e "PGID=$(id -g)" -v "$PWD:$PWD" -w "$PWD" \
  andrewmackrodt/fossilize fossilize-list [options]

docker run --rm -e "PUID=$(id -u)"  -e "PGID=$(id -g)" -v "$PWD:$PWD" -w "$PWD" \
  andrewmackrodt/fossilize fossilize-merge-db [options]

docker run --rm -e "PUID=$(id -u)"  -e "PGID=$(id -g)" -v "$PWD:$PWD" -w "$PWD" \
  andrewmackrodt/fossilize fossilize-opt [options]

docker run --rm -e "PUID=$(id -u)"  -e "PGID=$(id -g)" -v "$PWD:$PWD" -w "$PWD" \
  andrewmackrodt/fossilize fossilize-prune [options]

docker run --rm -e "PUID=$(id -u)"  -e "PGID=$(id -g)" -v "$PWD:$PWD" -w "$PWD" \
  andrewmackrodt/fossilize fossilize-rehash [options]

docker run --rm -e "PUID=$(id -u)"  -e "PGID=$(id -g)" -v "$PWD:$PWD" -w "$PWD" \
  andrewmackrodt/fossilize fossilize-replay [options]

docker run --rm -e "PUID=$(id -u)"  -e "PGID=$(id -g)" -v "$PWD:$PWD" -w "$PWD" \
  andrewmackrodt/fossilize fossilize-synth [options]

⁠Parameters

ParameterFunction
-e PUID=1000The user id, recommended: $(id -u)
-e PGID=1000The group id, recommended: $(id -g)
-e SUDO_NOPASSWD=0Set to 1 to allow passwordless sudo

Tag summary

Content type

Image

Digest

sha256:9068bfcdf…

Size

147.3 MB

Last updated

4 months ago

docker pull andrewmackrodt/fossilize