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
If you build a VanillaDockerApplication on top of a docker hub image which is configured to start on run (ie has an entrypoint) then none of the provided latch points are suitable to prevent the container from running when provisioned (even the provision latch).
Currently you have to make use of the env: tag to create a latch that blocks creation (and running) of the container.
If you build a
VanillaDockerApplication
on top of a docker hub image which is configured to start on run (ie has an entrypoint) then none of the provided latch points are suitable to prevent the container from running when provisioned (even the provision latch).Currently you have to make use of the
env:
tag to create a latch that blocks creation (and running) of the container.For example:
The text was updated successfully, but these errors were encountered: