Skip to content

sreznick/dbintrospect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbintrospect

How to build

Ubuntu

Prerequisites:

sudo apt install fuse libfuse3-dev

Run:

make dbintro

Inside Docker

Prepare image:

docker build docker -t fuse3

Start:

docker run -it --device /dev/fuse  --cap-add SYS_ADMIN  --privileged  -v.:/bld fuse3:latest   /bin/bash

And then cd /bld inside container and you are in this directory but inside Docker container

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published