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
- Host: GitHub
- URL: https://github.com/usdocker/usdocker
- Owner: usdocker
- Archived: true
- Created: 2017-08-08T12:39:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:14:14.000Z (over 2 years ago)
- Last Synced: 2025-01-06T09:45:08.392Z (4 months ago)
- Topics: docker, lemp, memcached, microsoft-sql-server, mongodb, mysql, oracle, php, postgresql, redis, usdocker, wordpress
- Language: JavaScript
- Size: 1.91 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# usdocker
[](https://badge.fury.io/js/%40usdocker%2Fusdocker)
[](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/)