My docker image with all the necessary dependencies installed for my projects. Since I work on multiple workstations I am creating a docker image instead of spending time installing them on all the machines. This also helps me avoid single point of failure.
$ docker run -it ragumanjegowda/docker:latest bash
$./run.sh
$ ./build.sh
$ ./push
Content type
Image
Digest
Size
1.7 GB
Last updated
about 5 years ago
docker pull ragumanjegowda/docker