Skip to content

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

Notifications You must be signed in to change notification settings

nemoinho/docker-micronaut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published