Docker introduction private notes production image construction practice of building CentOS+SSH image

1. Docker image layered designdocker image has a very important concept: layering. docker image is "tiered storage", and each instruction in Dockerfile will generate a layer of image. For example, all custom images need to execute "FROM centos", so this layer only needs to be downloaded for the first time and will not be dow ...

Added by Journey44 on Thu, 10 Mar 2022 10:22:36 +0200

bgo: an extensible go program building tool

bgo v0.3.0+prefaceWe are already bgo: make it easier to build go programs The basic capabilities of bgo are introduced in.After several days of iteration, I initially felt that it was relatively stable, so I issued version 0.3.0 as a cut before the Spring Festival.The new version is availableAfter the festival, thanks to cmdr Upgrade of the ori ...

Added by kenrbnsn on Wed, 02 Feb 2022 17:28:56 +0200