You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
510 B
510 B
This lists what we copy into the container and what they are
To replace/update these, rebuild the container with new ones:
- .inputrc
- Allows up arrows to work with history
- finishSetup.sh
- a shell script run when doing a docker exec into the container. It relies on a number of things being set up so it is done at run, rather than build time. It is run based on .bashrc, so make sure you use that shell!
- .gitconfig
- NOT in the repo, this needs to be copied in from YOUR personal gitconfig