nemoinho / docker-micronaut

This project aims to provide a dockerized version of micronaut cli.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Micronaut

This project aims to provide a dockerized version of micronaut cli.

The target community are basically linux users

Usage

docker run --rm -it -v $PWD:/app nemoinho/mn create-app hello-world

Alias

Create an alias to invoke the command through docker like it is installed locally:

alias mn='docker run --rm -it -v $PWD:/app nemoinho/mn'

mn create-app hello-world

About

This project aims to provide a dockerized version of micronaut cli.


Languages

Language:Dockerfile 100.0%