You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a custom frontend for docker so I can use it like docker build -f ... .
I looked a bit at other projects like Mockerfile Gockerfile , but it is currently not clear to me how to debug an actual build.
Also I was wondering if there is any way to write proper test cases for the build part, especially for the part that happens inside the grpcclient.RunFromEnvironment( part
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm building a custom frontend for docker so I can use it like
docker build -f ... .
I looked a bit at other projects like Mockerfile
Gockerfile , but it is currently not clear to me how to debug an actual build.
Also I was wondering if there is any way to write proper test cases for the build part, especially for the part that happens inside the
grpcclient.RunFromEnvironment(
partBeta Was this translation helpful? Give feedback.
All reactions