Skip to content
Discussion options

You must be logged in to vote

I got the docker run command to work like this

docker container run --detach --publish 8085:80 --name imageName -e OrchardCore__DatabaseProvider=SqlConnection -e OrchardCore__Default__State="Uninitialized" -e OrchardCore__OrchardCore_DataProtection_Azure__ContainerName="dataprotection" -e OrchardCore__OrchardCore_Shells_Azure__ContainerName="hostcontainer" -e OrchardCore__ConnectionString="myConnectionString" -e OrchardCore__OrchardCore_DataProtection_Azure__ConnectionString="myBlobConnection" -e OrchardCore__OrchardCore_Shells_Azure__ConnectionString="myBlobConnection" MYIMAGE 

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MikeAlhayek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant