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

Self contained just docker idea (down the road idea) #193

Open
1 of 4 tasks
andyneff opened this issue Nov 22, 2019 · 0 comments
Open
1 of 4 tasks

Self contained just docker idea (down the road idea) #193

andyneff opened this issue Nov 22, 2019 · 0 comments
Milestone

Comments

@andyneff
Copy link
Member

How to make a docker that doesn't need the source code dir checked out?

  • Make the container run on its own, we already do that by adding /vsi, Justfile, env file, etc...
  • Make it detect that it's running rouge
  • It can print out a helpful message like "Oh, I see you are running the container standalong, to configure just run docker run -e DOCKER_UID=id -u-vpwd:/setup docker_image_name some_command_here. Now its easy to remember what needs to be run for the advcanced setup
  • Now when it runs some_command_here, it will write out the docker-compose files, and other minimalist files needed for the more advanced setup, extreme would be copying out vsi_common, etc. But that's an option
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

No branches or pull requests

1 participant