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
The run could be moved to a separated struct that includes all the elements linked to the run (binds, caches, secrets, networks) like it's done for CopyOptions
See the doc: https://docs.docker.com/reference/dockerfile/#run---mounttypebind and https://docs.docker.com/build/building/best-practices/#add-or-copy
define a
bind
field (with a plural alias) with the list of mounted elements.The text was updated successfully, but these errors were encountered: