Skip to content
Snippets Groups Projects
Commit 8ba66935 authored by nimrod's avatar nimrod
Browse files

- Moved the cleanup (vagrant and docker) scripts to the bin folder, removed...

- Moved the cleanup (vagrant and docker) scripts to the bin folder, removed the README there and added a depencdencies section to the main README.
parent ed5f55c6
No related branches found
No related tags found
No related merge requests found
Cleanup scripts
***************
Clean and update scripts for Vagrant boxes and instances and Docker images and
containers.
Usage
-----
The update scripts download new boxes/ images, the Vagrant clean scripts removes
old version of base boxes (if newer ones are present) and the Docker clean
script removes exited or created containers and dangling images.
Requirements
------------
Obviously Docker and Vagrant respectfuly, also Python and the :code: `sh` and
:code: `parse` Python packages for the Vagrant scripts.
File moved
File moved
File moved
......@@ -10,8 +10,8 @@ browsable for others (if anyone wants to copy some snippet). Because these are
my actual files that I use right now, the repository is cloned directly to my
home directory and is not meant for mass consumption as it is.
Usage
-----
Installation
------------
WARNING: This will overwrite your existing files.
......@@ -24,6 +24,15 @@ WARNING: This will overwrite your existing files.
git bull
Documents/bin/install-git-hooks
Dependencies
------------
All of the dependencies are installed with the workstation playbooks inside the
ansible-desktop-playbooks submodule, please consult the README in the submodule.
Care has been given to minimizing the dependencies and making the scripts as
cross-platform as reasonably possible, so most script would run without any
installing any tools not found on a Unix-like OS by default.
License
-------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment