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

https://github.com/usdocker/usdocker

A collection of Useful Scripts for Docker in Node.JS
https://github.com/usdocker/usdocker

docker lemp memcached microsoft-sql-server mongodb mysql oracle php postgresql redis usdocker wordpress

Last synced: 3 months ago
JSON representation

A collection of Useful Scripts for Docker in Node.JS

Awesome Lists containing this project

README

        

# usdocker
[![npm version](https://badge.fury.io/js/%40usdocker%2Fusdocker.svg)](https://badge.fury.io/js/%40usdocker%2Fusdocker)
[![Build Status](https://travis-ci.org/usdocker/usdocker.svg?branch=master)](https://travis-ci.org/usdocker/usdocker)

> A collection of Useful Scripts for Docker http://usdocker.com

## Description

USDocker is a npm package that enables you to run services from Docker Images but you dont need
know docker. You'll have instant appliances.

## Installation

This package is base from the packages services.
Please visit the [documentation](https://github.com/usdocker/usdocker/blob/master/docs/index.md)
to learn how to create your scripts, install and get the list of packages using USDocker.

The main package:

```bash
npm i -g @usdocker/usdocker
```

## Example

Once you installed a package service you just have to 'start it' as easy as:

```bash
usdocker mysql up
```

## License

MIT © [Joao Gilberto Magalhães](https://github.com/byjg/)