Tag: docker

36 Posts

Using Docker to set up a blog slave site based on WordPress and configuring regular backups of the master and slave sites.
Preface I had this idea because I changed the domain name of the image hosting last time. Later, when I was batch modifying the image hosting addresses in the WordPress database, there was a format problem when copying and pasting the SQL command, which caused the WordPress database in mariadb to crash.
Use Docker to build your own image hosting service based on Chevereto.
Preface For home data center website building, having your own image bed is a must: first, saving money is the bottom line, and you will never spend money to borrow others if you can build it yourself; second, you need to refine the regional processing of image bed access in the future (return different image beds according to the source address of the access from domestic and foreign countries...
Use Docker to build your own custom navigation page based on Heimdall.
Preface As more and more applications are deployed in my home data center, my Chrome browser bookmarks are also increasing. It is not intuitive to select each time (the key is that there is no style), so I have to consider building a navigation page to organize the access links of these applications. After a long investigation, I feel that…