40 lines
1.5 KiB
Markdown
40 lines
1.5 KiB
Markdown
[ENGLISH](./README.md)
|
|
|
|
[<img src="https://git.sthope.dev/sthope/.gitea/raw/branch/master/avatar-sthope.png" align="right" width="8%" height="8%">](https://www.sthope.dev/)
|
|
|
|
# Random Password Generator (x10) · [](https://drone.sthope.dev/sthope/DockerContainer-randomPwd) [](LICENSE)
|
|
|
|
> 🔥[Sthope](https://www.sthope.dev)
|
|
|
|
Docker container usado para gerar 10 random passwords compridas. Usado maioritariamente no meu site para criar passwords templates.
|
|
|
|
## Installing / Getting started
|
|
|
|
Script usado para gerar passwords templates para usar nos meus dockers (e outros..) templates.
|
|
|
|
```shell
|
|
docker run -it --rm ghcr.io/sthopeless/randompwd:latest
|
|
```
|
|
ou com sudo
|
|
```shell
|
|
sudo docker run -it --rm ghcr.io/sthopeless/randompwd:latest
|
|
```
|
|
|
|

|
|
|
|
## Versioning
|
|
|
|
We can maybe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [link to tags on this repository](/tags).
|
|
|
|
## Configuration
|
|
|
|
Simplesmente corre um dos commandos ali de cima e ira imprimir 10 random passwords na terminal.
|
|
|
|
## Issue feedback
|
|
|
|
You can ge feedback on issues you encounter via [Issue](https://git.sthope.dev/sthope/DockerContainer-randomPwd/issues)
|
|
|
|
## Licensing
|
|
|
|
For more information, please refer to the [LICENSE](LICENSE) file.
|