Skip to content

Instantly share code, notes, and snippets.

@narenaryan
Created March 8, 2020 16:23
Show Gist options
  • Select an option

  • Save narenaryan/4449682e22cb54d2b5df60c165b73c98 to your computer and use it in GitHub Desktop.

Select an option

Save narenaryan/4449682e22cb54d2b5df60c165b73c98 to your computer and use it in GitHub Desktop.
from zipfile import ZipFile
docker_compose_config = None
with ZipFile('config.zip') as zip_archive:
docker_compose_config = zip_archive.read('config/docker/docker-compose.yaml')
print(docker_compose_config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment