Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hyunseob/docker-node-git

Docker image for Node.js & Git CLI
https://github.com/hyunseob/docker-node-git

docker-image

Last synced: about 1 month ago
JSON representation

Docker image for Node.js & Git CLI

Awesome Lists containing this project

README

        

# docker-node-git

Docker image for Node.js & Git CLI, based on [node](https://hub.docker.com/_/node/) image on Docker Hub.

## Spec

- Node.js 8.9
- git
- bash
- npm
- yarn
- openssh

## Development

``` sh
# build
$ docker build . -t hyunseob/node-git
```

``` sh
# tag
$ docker tag hyunseob/node-git hyunseob/node-git:latest
```

``` sh
# push
$ docker push hyunseob/node-git:latest
```