type
status
date
slug
summary
tags
category
icon
password
minio
pull image
start container
key | value | ㅤ |
Container name | minio1 | ㅤ |
Command | server /data --console-address ":9001" | ㅤ |
Volumes | /home/wavebreak/minio/data | /data |
Port mapping | 9000 | 9000 |
ㅤ | 9001 | 9001 |
Environment variables | TZ | Asia/Shanghai |
ㅤ | MINIO_ROOT_USER | root |
ㅤ | MINIO_ROOT_PASSWORD | 1wax2qsz#RDV |
use web ui
mysql
pull image
start container
key | value | ㅤ |
Container name | mysql1 | ㅤ |
Command | mysqld --log-error | ㅤ |
Volumes | /home/wavebreak/my.cnf | /etc/my.cnf |
ㅤ | /home/wavebreak/mysql | /var/lib/mysql |
Port mapping | 3306 | 3306 |
ㅤ | 33060 | 33060 |
Environment variables | TZ | Asia/Shanghai |
or wget tar tar.gz
connect to datebase
login as root
change root password
modify root allowed connection
view logs
wordpress
pull image
start container
key | value | ㅤ |
Container name | wordpress1 | ㅤ |
Command | ㅤ | ㅤ |
Volumes | ㅤ | ㅤ |
Port mapping | 80 | 9002 |
Environment variables | TZ | Asia/Shanghai |
use web ui
- Author:NotionNext
- URL:https://tangly1024.com/article/11140ef0-3786-80e3-be5f-f822eeae9899
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
Relate Posts