An open API service indexing awesome lists of open source software.

https://github.com/hackjutsu/workstation-configurations


https://github.com/hackjutsu/workstation-configurations

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Workstation Configurations

Install docker on Ubuntu vm
```
curl https://raw.githubusercontent.com/hackjutsu/workstation-configurations/master/docker_install.sh -o docker_install.sh
chmod a+x ./docker_install.sh
./docker_install.sh
```