moabid42 / cloud-tools-box

A script to init a docker with my cloud tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLOUDBOX

Here is a docker image that contains everything you need, to work in a cloud enviroment with an alias cloudbox you can run it anywhere in your system and it's gonna automatically mount your folder, into the image.

PREREQUISITE

Docker sould be installed and running. You can check it using this command :

sudo systemctl status docker

Makefile, you can also check it, using:

make --version

USAGE

First build your image using :

make build

Afterward you can run your image anywhere, in your system using (Note: The pwd where you are running this command defines the folder where the docker gonna be mounted):

cloudbox

If you want to destroy your image your can use :

make destroy

About

A script to init a docker with my cloud tools.


Languages

Language:Dockerfile 62.5%Language:Makefile 37.5%