Skip to main content

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

[VS神奇事件]Visual Studio無法開啟Find and Replace window-1

這個事件後來還是有發生,不過這次有經驗了,所以也就沒有在做solution的reset的動作XD

不過這次倒是有發現原因了。

主要Find and Replace window會跳的原因是因為只要這個視窗擋到被修改或是被搜尋的文字的時候,他會自動跳到不會遮住的地方,至於怎麼跳,那這邊要問M$,目前看不出他的patten。

而會跳到工作列下面是因為當初在做取代的時候,是用select的方式,所以等於整個被修改的文字都會被Find and Replace window給遮住了,而Find and Replace window為了不遮住那些被修改的文字,所以就跳到不會遮到的地方,也就是Text Editor外面。

不過後來在做測試的時候,Find and Replace window就沒有跳到工作列下面去了,所以這問題是要不小心使用的時候才會發生嗎?XD

PS.以上發生原因是經過數次實驗後所做的假設,不過解決方法倒是可行。至於實際原因就要問M$了XD

Comments

Popular Posts