-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
64 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,28 @@ | ||
<h1 align=center>Dockette / Nexus</h1> | ||
<h1 align=center>Dockette / Adminerevo</h1> | ||
|
||
<p align=center> | ||
🎁 Tiniest boxed dockerized Adminer (MySQL, PostgreSQL, SQLite, Mongo, Oracle) Dockerfiles. Database management in a single PHP file. | ||
🎁 Dockerized <a href="https://https://docs.adminerevo.org/">Adminerevo</a> (MySQL, PostgreSQL, SQLite, Mongo, Oracle). Database management in a single PHP file. | ||
</p> | ||
|
||
<p align=center> | ||
🕹 <a href="https://f3l1x.io">f3l1x.io</a> | 💻 <a href="https://github.com/f3l1x">f3l1x</a> | 🐦 <a href="https://twitter.com/xf3l1x">@xf3l1x</a> | ||
</p> | ||
|
||
<p align=center> | ||
<a href="https://hub.docker.com/r/dockette/adminer/"><img src="https://badgen.net/docker/pulls/dockette/adminer"></a> | ||
<a href="https://hub.docker.com/r/dockette/adminerevo/"><img src="https://badgen.net/docker/pulls/dockette/adminerevo"></a> | ||
<a href="https://bit.ly/ctteg"><img src="https://badgen.net/badge/support/gitter/cyan"></a> | ||
<a href="https://github.com/sponsors/f3l1x"><img src="https://badgen.net/badge/sponsor/donations/F96854"></a> | ||
</p> | ||
|
||
![Adminer](https://rawgit.com/dockette/adminer/master/.docs/assets/adminer.png) | ||
![Adminerevo](https://raw.githack.com/dockette/adminerevo/master/.docs/adminerevo.png) | ||
|
||
------ | ||
|
||
## Prologue | ||
|
||
There are few variants of this adminer image based: | ||
|
||
- full (mysql, pgsql, sqlite, mongo) | ||
- mysql (only) | ||
- pgsql (only) | ||
- mongo (only) | ||
- dg (custom) | ||
|
||
**Features** | ||
|
||
- Alpine Linux (full, editor, df, mongo, mysql, postgres) | ||
- Debian Buster (oracle-11, oracle-12) | ||
- PHP 8 (concurrency via PHP cli workers) | ||
|
||
## Usage | ||
|
||
```sh | ||
docker run \ | ||
--rm | ||
-p 8000:80 | ||
dockette/adminer:dg | ||
``` | ||
|
||
By default container is running with these settings, you can override it using environment variables. | ||
|
||
- `MEMORY=256M` (memory_limit) | ||
- `UPLOAD=2048M` (upload_max_filesize, post_max_size) | ||
- `WORKERS=4` (concurrency) | ||
|
||
```sh | ||
docker run \ | ||
--rm | ||
-p 8000:80 | ||
-e MEMORY=512M | ||
-e UPLOAD=4096M | ||
dockette/adminer:dg | ||
``` | ||
|
||
## Versions | ||
|
||
| Image | Technologies | Size | Docker Hub | | ||
|------------------------------|---------------------------------------|------|---------------------------------------------------------| | ||
| dockette/adminer | MySQL / PostgreSQL / MongoDB / Sqlite | 12mb | [link](https://hub.docker.com/r/dockette/adminer/tags/) | | ||
| dockette/adminer:full | MySQL / PostgreSQL / MongoDB / Sqlite | 12mb | [link](https://hub.docker.com/r/dockette/adminer/tags/) | | ||
| dockette/adminer:mysql | MySQL | 9mb | [link](https://hub.docker.com/r/dockette/adminer/tags/) | | ||
| dockette/adminer:pgsql | PostgreSQL | 8mb | [link](https://hub.docker.com/r/dockette/adminer/tags/) | | ||
| dockette/adminer:mongo | MongoDB | 9mb | [link](https://hub.docker.com/r/dockette/adminer/tags/) | | ||
| dockette/adminer:dg | MySQL / PostgreSQL / MongoDB / Sqlite | 16mb | [link](https://hub.docker.com/r/dockette/adminer/tags/) | | ||
|
||
### `dockette/adminer:dg` | ||
|
||
> Customization for the best database management tool written in PHP, Adminer | ||
You should take a look to the official github profile (https://github.com/dg/adminer-custom). | ||
|
||
![Adminer DG](https://rawgit.com/dockette/adminer/master/.docs/assets/adminer-dg.png) | ||
|
||
## Maintenance | ||
|
||
**Upgrade Adminer and Adminer Editor versions to X.Y.Z** | ||
|
||
```bash | ||
ADMINER_VERSION=4.8.1 make update-versions | ||
-p 8080:8080 | ||
dockette/adminerevo | ||
``` |