Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only run entry point scripts when the container first starts #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ollwells
Copy link
Collaborator

@ollwells ollwells commented Jun 7, 2022

There is a difference between volker down and volker stop, down also deletes the containers.
Right now when you do volker stop and then volker up, the initial entrypoint scripts are run again - reinstalling and setting up things afresh.

I think we should only do this the first time so you need to volker down and volker up to re-run the entrypoint scripts installs.

This will enable the volker stop -> volker up to be a must faster restart mechanism

Tested the changes locally, here's the log

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant