Dockerless
Dockerless was designed from the ground up to be easily installed and used to get your dockerized application up and running quickly on AWS.
Not actively maintained since AWS launched the Copilot service.
Quick start
Install
$ npm install -g @dockerless/cli
The documentation can be found on the Dockerless Docs Website.
Using locally for contributing to Dockerless
Install
$ npm install
Linking package for local use
It's important to not have the global Dockerless package installed.
$ npm link
Build the code
$ npm run build
Using the package
$ dockerless
