Skip to main content

Posts

Showing posts from December, 2010

Featured

Build docker image from multiple build contexts

Build docker image from multiple build contexts Building a docker image requires specifying a source of truth to include in the image from a local directory or a remote git repository. In the previous version, the docker BuildKit allows users to specify the build context from a single source of truth only. However, the engineers may need to have the context from different locations based on the type of files. For instance, icons, images or other resources that are not included in the same package, including the resource from other docker images. Fortunately, the Docker Buildx toolkit supports multiple build context flag for Docker 1.4. Let's learn how to use this new feature. The following list is a shortcut for jumping into a specific topic handy. What version of Docker is this tutorial targeting? How to specify the version of Dockerfile frontend? Ho

程序員筆記: 利用memory dc解決畫面閃爍問題

程序員筆記: 如何獲得GetLastError()的文字訊息

[Win]_msize()使用注意

[MFC]在Picture Control內塞入系統圖示

變更滑鼠指標圖示

[CListCtrl]顯示單個儲存格之Tip

[CListCtrl]改變儲存格文字顏色

[CListCtrl]在滑鼠指標移過儲存格上方後,顯示底線

[CListCtrl]取得目前滑鼠所在位置的儲存格座標

[VS]add/remove operation is impossible because the code element is read only