@dockerless/cli
Version:
CLI tool for managing Docker applications on AWS
44 lines (23 loc) • 885 B
Markdown
# 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.
[](https://dockerless.io/docs)



### Quick start
#### Install
`$ npm install -g @dockerless/cli`
The documentation can be found on the [Dockerless Docs Website](https://dockerless.io/docs/).
### 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`