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

https://github.com/robertoachar/docker-node

:whale: A playground for Docker with Node.
https://github.com/robertoachar/docker-node

docker docker-compose live-reload node nodemon

Last synced: 2 months ago
JSON representation

:whale: A playground for Docker with Node.

Awesome Lists containing this project

README

        

# docker-node

[![License][license-badge]][license-url]

> A playground for Docker with Node.

# Development

* Cloning the repo

```bash
$ git clone https://github.com/robertoachar/docker-node.git
```

* Installing dependencies

```bash
$ npm install
```

* Running scripts

| Action | Usage |
| ------------------------- | -------------- |
| Starting development mode | `npm start` |
| Linting code | `npm run lint` |

# Docker

* Building an image

```bash
$ docker-compose build
```

* Running a container

```bash
$ docker-compose up
```

* Stopping a container

```bash
$ docker-compose down
```

# Author

[Roberto Achar](https://twitter.com/robertoachar)

# License

[MIT](https://github.com/robertoachar/docker-node/blob/master/LICENSE)

[license-badge]: https://img.shields.io/github/license/robertoachar/docker-node.svg
[license-url]: https://opensource.org/licenses/MIT