About 541,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 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 …

  4. 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 …

  5. Why is docker compose saying no such file or directory?

    Dec 22, 2023 · 2 You don't need to redeclare the services in in the root docker-compose.yml file. For instance, when you include the api/docker-compose.yml in your root docker-compose.yml …

  6. 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. …

  7. 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 …

  8. swagger - Using openapi.yaml in springdoc - Stack Overflow

    May 29, 2020 · This is available from the FAQ page in the spring-doc documentation. See What is a proper way to set up Swagger UI to use provided spec.yml? and How can use custom …

  9. How to run swagger yaml file locally - Stack Overflow

    Jan 4, 2022 · How can I run swagger files locally on windows ? I know we can try it on https://editor.swagger.io/ but I am splitting swagger file into multiples files so I wanted to know …

  10. 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 …