-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Frequently I do this while working on getting an rpm-code build:
- add a
sleep 99999999999999999999somewhere in the build right before a step that is failing - docker exec into the build container
- run whatever bits of code.sh I need to get enough of an environment setup to run commands to troubleshoot the problem
- use some combination of docker tramp and copying files to edit files
What I'd like to do is:
- bash run-build.sh
manual - have the dir where codes_download puts things mounted in a volume that lives outside of the container
- get dropped into a shell where I have the full installer env setup
- be able to edit files on my host and have the changes appear in the container
Metadata
Metadata
Assignees
Labels
No labels