二丫讲梵(每周更新自己喜欢的项目)

Use buildx to build docker images that support multi-CPU architecture platforms

Original link: https://wiki.eryajf.net/pages/95cf71/ I am going to make an image for the open source project. Since I am currently using an M1 model Mac computer, the generated image cannot run on the AMD architecture. However, I have seen some images of larger projects on dockerhub, which support multiple platforms. So I understood a wave, and […]

Use buildx to build docker images that support multi-CPU architecture platforms Read More »

The blog has published docker-compose to pull up the project file collection

Original link: https://wiki.eryajf.net/pages/e8b7f8/ Because many projects pulled up by docker-compose belong to the category of projects, but there is no content under the category of docker-compose, but it is not easy to find when they are used, so this article is scattered in the A summary collection of the configuration of each place is carried

The blog has published docker-compose to pull up the project file collection Read More »

Two ways to initialize data when docker-compose deploys openldap

Original link: https://wiki.eryajf.net/pages/700318/ Usually, we will quickly pull up an openLDAP test environment through docker-compose for verification or debugging of some functions, but there is some basic data that does not need to be created repeatedly, such as two basic organizational users and groups, so I will consider How can these two be created in

Two ways to initialize data when docker-compose deploys openldap Read More »

Automatically add TOC table of contents to README with GitHub Actions

GitHub’s Markdown currently does not support direct [TOC] rendering of the article’s table of contents. Some READMEs require such an effect, which can be generated with the help of external tools or automatically generated with the help of GitHub Actions. This article introduces this method. This article is reproduced from: https://wiki.eryajf.net/pages/226388/ This site is for

Automatically add TOC table of contents to README with GitHub Actions Read More »