Skip to content

grepit/dockerToolBox

Repository files navigation

Container Tool

This container has the following tools:

  • openssl
  • password generator
  • bcrypt
  • mount script
  • escaping script
  • mean stack

Clone this Repo

git clone https://github.com/nanoseconds/dockerToolBox.git

How to Run

The following scripts are under dockerToolBox/docker/toolBox

  • For Windows:
>.\buildit.ps1
  • For Mac /Linux. (for Mac: open --background -a Docker)
$./buildit.sh

Then run the followings :

> docker run --cap-add SYS_ADMIN --cap-add DAC_READ_SEARCH -dit [THE IAMGE ID FOR toolbox/sh]
> docker ps -a
> docker exec -it [the id from docker run command output ] bash
> cd dockerToolBox

About

a base docker repo with scripts to build and run docker containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published