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
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
The text was updated successfully, but these errors were encountered:
How to make a docker that doesn't need the source code dir checked out?
/vsi
, Justfile, env file, etc...docker run -e DOCKER_UID=
id -u-v
pwd:/setup docker_image_name some_command_here
. Now its easy to remember what needs to be run for the advcanced setupsome_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 optionThe text was updated successfully, but these errors were encountered: