Dot-files and utilities
Compatible with:
- CentOS / Red Hat
- Cygwin
- Debian / Ubuntu
- Git Bash
- OSX
(All of the following scripts will prompt before overwriting)
To bootstrap:
bin/bootstrap.sh
To bootstrap w/ additional packages:
EXTENDED_BOOTSTRAP=true bin/bootstrap.sh
(Requires docker
)
Building an image:
docker/build.sh
Starting a container (it will be removed on exit):
docker/start.sh
Stopping a running container:
docker/stop.sh
Connecting to a shell session:
docker/shell.sh
Viewing the log(s):
docker/logs.sh
Tail[ing] the log(s):
docker/tail.sh