https://github.com/janiltonmaciel/dlm
Dockerfile, Docker
https://github.com/janiltonmaciel/dlm
docker docker-image dockerfile golang image node python
Last synced: 2 months ago
JSON representation
Dockerfile, Docker
- Host: GitHub
- URL: https://github.com/janiltonmaciel/dlm
- Owner: janiltonmaciel
- License: apache-2.0
- Created: 2018-06-12T03:53:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T15:26:12.000Z (about 7 years ago)
- Last Synced: 2025-09-08T09:50:18.731Z (10 months ago)
- Topics: docker, docker-image, dockerfile, golang, image, node, python
- Language: Go
- Homepage:
- Size: 2.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dlm
Dockerfile Language Manager
## Installation
#### Binaries
- **darwin (macOS)** [amd64](https://github.com/janiltonmaciel/dlm/releases/download/1.10.0/dlm_1.10.0_macOS_amd64.tar.gz)
- **linux** [386](https://github.com/janiltonmaciel/dlm/releases/download/1.10.0/dlm_1.10.0_linux_386.tar.gz) / [amd64](https://github.com/janiltonmaciel/dlm/releases/download/1.10.0/dlm_1.10.0_linux_amd64.tar.gz)
- **windows** [386](https://github.com/janiltonmaciel/dlm/releases/download/1.10.0/dlm_1.10.0_windows_386.zip) / [amd64](https://github.com/janiltonmaciel/dlm/releases/download/1.10.0/dlm_1.10.0_windows_amd64.zip)
#### Via Homebrew (macOS)
```bash
$ brew tap janiltonmaciel/homebrew-tap
$ brew install dlm
```
#### Via Go
```bash
$ go get github.com/janiltonmaciel/dlm
```
## Copyright and license
Code released under the Apache License. See
[LICENSE](https://github.com/janiltonmaciel/dlm/blob/master/LICENSE) for the full license text.
## Credits
* Survey - [AlecAivazis/survey](https://github.com/AlecAivazis/survey)
* Packer - [gobuffalo/packr](https://github.com/gobuffalo/packr)
* CLI Color - [gookit/color](https://github.com/gookit/color)
* cli - [urfave/cli](https://github.com/urfave/cli)