Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ Documentation is available [ReadTheDocs](http://portainer.readthedocs.io/en/late
* Redmine (based on `redmine:latest`)
* Odoo (based on `odoo:latest`)
* Sematext Docker Agent (based on `sematext/sematext-agent-docker:latest`)
* Adminer (based on `adminer:latest`)
17 changes: 16 additions & 1 deletion templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -834,5 +834,20 @@
"bind": "/var/run/docker.sock"
}
]
}
},
{
"type": "container",
"title": "Adminer",
"description": "Database management in a single PHP file",
"categories": ["database"],
"platform": "linux",
"repository": {
"url": "https://github.com/vrana/adminer"
},
"logo": "https://www.adminer.org/static/images/logo.png",
"image": "adminer:latest",
"ports": [
"8080/tcp"
]
},
]