to run the application from the public image:
docker run -it --rm -w /app -v $(pwd):/app stefanogallotti/visidata <file_name>
To Run the container in interactive mode (works on macOs)
docker run -it --rm -w /app -v $(pwd):/app --net host --entrypoint /bin/bash stefanogallotti/visidata
#additional references
Content type
Image
Digest
Size
412.7 MB
Last updated
over 5 years ago
docker pull stefanogallotti/visidata