2024-02-06 11:25:38 -08:00

31 lines
682 B
JSON

{
"description": "DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.",
"docker_registry": "https://ghcr.io/",
"image_src": "sqlitebrowser.png",
"name": "lscr.io/linuxserver/sqlitebrowser:latest",
"run_config": {
"security_opt": [
"seccomp=unconfined"
],
"entrypoint": [
"/kasminit"
],
"user": 1000
},
"exec_config": {},
"categories": [
"Development"
],
"friendly_name": "SQLiteBrowser",
"architecture": [
"amd64",
"arm64"
],
"compatibility": [
"1.13.x",
"1.14.x",
"1.15.x"
],
"uncompressed_size_mb": 1070
}