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
Many drivers provide a mechanism for saving the state of an instance (Such as snapshot for Vagrant and checkpoints for Docker).
Also, there is no need to destroy and create already provisioned instances, which may be stopped or paused by a system restart simply!
Commands like vagrant up <instace_id> and docker start --checkpoint ... should be supported by Molecule as a resume mechanism before converging or in the creation phase.
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
-
Many drivers provide a mechanism for saving the state of an instance (Such as snapshot for Vagrant and checkpoints for Docker).
Also, there is no need to destroy and create already provisioned instances, which may be stopped or paused by a system restart simply!
Commands like
vagrant up <instace_id>
anddocker start --checkpoint ...
should be supported by Molecule as a resume mechanism before converging or in the creation phase.Beta Was this translation helpful? Give feedback.
All reactions