Skip to content

Conversation

@odockal
Copy link
Contributor

@odockal odockal commented Jan 9, 2024

fixes #57

@odockal
Copy link
Contributor Author

odockal commented Jan 9, 2024

@adrianriobo Not sure if the prefix file:/// is alright or if there is missing also a change for volume mounting and connections details output param, like here:

        podman run -d --name windows-create --rm \
          -v ${PWD}:/workspace:z \
         ...
            --backed-url 'file:///${STORAGE_ID}' \
            --conn-details-output '/workspace' \
         ...

@adrianriobo
Copy link
Contributor

So take into account:

the blob container should exist on azure and then the syntax would start with azblob
(i.e. "--backed-url", "azblob://crc-qenvs-state/test-wd",)

@odockal
Copy link
Contributor Author

odockal commented Jan 9, 2024

So take into account:

the blob container should exist on azure and then the syntax would start with azblob (i.e. "--backed-url", "azblob://crc-qenvs-state/test-wd",)

So I am creating a tmp. dir on the azblob? resulting in something like: "--backed-url", "azblob://crc-qenvs-state/workspaces/$STORAGE_ID" ?

@adrianriobo
Copy link
Contributor

Wow Jan 9 xD, haha 🤦

yeah basically it will create the state there and then you would use the same backed url to destroy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use cloud backed url

2 participants