add docker hub readme
This commit is contained in:
parent
73dd2d4883
commit
e8f17add36
1 changed files with 24 additions and 0 deletions
24
docker/README.md
Normal file
24
docker/README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Supported tags
|
||||
|
||||
- latest
|
||||
- 0.2
|
||||
|
||||
# vnetod
|
||||
|
||||
Dotenv state switcher
|
||||
|
||||
# Usage
|
||||
|
||||
```sh
|
||||
docker run --rm -it -v $PWD:/data pleshevskiy/vnetod -f .env.example -o .env staging db:local debug:on
|
||||
```
|
||||
|
||||
For more details see [the repo](https://git.pleshevski.ru/pleshevskiy/vnetod)
|
||||
|
||||
# License
|
||||
|
||||
GNU General Public License v3.0 or later
|
||||
|
||||
See [COPYING](./COPYING) to see the full text.
|
||||
|
||||
[COPYING]: https://git.pleshevski.ru/pleshevskiy/vnetod/src/branch/main/COPYING
|
Loading…
Reference in a new issue