My personal recipes with docker.
MySQL database container.
| Item | Value | Description |
|---|---|---|
| User | myuser | |
| Password | P@ssw0rd | |
| Database name | mydb | |
| Host port | 3308 | |
| Container port | 3306 |
Start
cd recipes/db/mysql
make upStop
make down| Item | Value | Description |
|---|---|---|
| User | root | |
| Password | P@ssw0rd | |
| Host URL | http://localhost:8501 |
PostgreSQL database container.
| Item | Value | Description |
|---|---|---|
| User | myuser | |
| Password | P@ssw0rd | |
| Database name | mydb | |
| Host port | 5438 | |
| Container port | 5432 |
Start
cd recipes/db/postgresql
make upStop
make down| Item | Value | Description |
|---|---|---|
| User | admin@machine.pes | |
| Password | P@ssw0rd | |
| Host URL | http://localhost:8502 |
Microsoft SQL Server database container.
| Item | Value | Description |
|---|---|---|
| User | myuser | |
| Password | P@ssw0rd | |
| Database name | mydb | |
| Host port | 1438 | |
| Container port | 1433 |
Start
cd recipes/db/mssql
make upStop
make down| Item | Value | Description |
|---|---|---|
| User | admin@machine.pes | |
| Password | P@ssw0rd | |
| Host URL | http://localhost:8503 |
SQLite database container.
Start
cd recipes/db/sqlite
make upStop
make down| Item | Value | Description |
|---|---|---|
| Host URL | http://localhost:8504 |
Mongo DB database container.
| Item | Value | Description |
|---|---|---|
| User | myuser | |
| Password | P4ssw0rd | |
| Database name | mydb | |
| Host port | 27037 | |
| Container port | 27017 |
Start
cd recipes/db/mongodb
make upStop
make down| Item | Value | Description |
|---|---|---|
| User | myuser | |
| Password | P4ssw0rd | |
| Host URL | http://localhost:8505 |