About 228,000 results
Open links in new tab
  1. docker - How to open/run YML compose file? - Stack Overflow

    Jun 5, 2017 · How can I open/run a YML compose file on my computer? I've installed Docker for Windows and Docker tools but couldn't figure out how.

  2. How can I parse a YAML file in Python - Stack Overflow

    Nov 23, 2015 · # Read file and parse with pyyaml dictionnaire = yaml.safe_load(path.read_text()) This works fine with modern versions of Python 3. You do not need with use the open file …

  3. How to run docker-compose using docker desktop? [closed]

    Feb 5, 2021 · 19 When you write "I have a docker-compose file" you probably mean you have a compose file, which is equally probably named docker-compose.yaml or docker-compose.yml. …

  4. How to generate OpenAPI 3.0 YAML file from existing Spring REST …

    Feb 28, 2019 · I have an existing Spring REST API for which I want to generate the OpenAPI 3.0 YAML file and not Swagger 2.0 JSON/YAML? Since as of now, SpringFox does not support …

  5. python - How to open static YAML files in the browser instead of ...

    Jun 23, 2022 · There is a setting in Chrome to "always open this type of file" but this doesn't open in the browser, it just downloads the file and then opens in a text editor. Step 1 on this page …

  6. How can I parse a YAML file from a Linux shell script?

    Feb 16, 2011 · 361 I wish to provide a structured configuration file which is as easy as possible for a non-technical user to edit (unfortunately it has to be a file) and so I wanted to use YAML. I …

  7. How to open local files in Swagger-UI - Stack Overflow

    May 22, 2015 · 37 Simplest way: Run npx open-swagger-ui --open <path or URL> That’ll start a local Web server that has the Swagger UI built in, and will open your browser right to the page, …

  8. python - Edit YAML file with Bash - Stack Overflow

    Aug 25, 2020 · yaml.dump(ymldoc, ostream, default_flow_style=False, sort_keys=False) If you'd like to overwrite the original file, I recommend writing to a temporary file first and only if that …

  9. Get docker-compose.yml file location from running container?

    I have a few running docker containers created by executing docker-compose up. Is there any way to get the exact file path of the corresponding docker-compose.yml file used to start these …

  10. python - Docker Compose Up gives "The system cannot find the …

    Close the quickstart terminal, manually open Virtualbox, stop the Docker VM (for me, it was named default), and then re-open the quickstart terminal. This will restart the boot process, …