8 lines
274 B
Markdown
8 lines
274 B
Markdown
|
|
# Yml Files to Portainer Json Script
|
|
|
|
1. Run `pip install -r requirements.txt `
|
|
2. Run `cp .env.copy .env `, Config `.env` file for file path, where yml files are located.
|
|
3. Run the `yml_to_json.py` script.
|
|
4. File named `portainer_json_format.json` will be created.
|