# To build docker image:
./docker_build.sh

# To run tests:
./docker_test.sh

# To open Blender shell:
docker run -i -t gltf-io-test blender -b --addons io_scene_gltf2 --python-console

# To display Blender help:
docker run --rm gltf-io-test blender -b --help
