We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b335d55 commit 5833db0Copy full SHA for 5833db0
src/main/java/eu/openanalytics/shinyproxy/ShinyProxySpecProvider.java
@@ -598,6 +598,14 @@ public SpelField.String getDockerUser() {
598
return containerSpec.build().getDockerUser();
599
}
600
601
+ public void setDockerIpc(SpelField.String ipc) {
602
+ containerSpec.dockerIpc(ipc);
603
+ }
604
+
605
+ public SpelField.String getDockerIpc() {
606
+ return containerSpec.build().getDockerIpc();
607
608
609
public ProxySpec getProxySpec() {
610
additionalPortMappings.add(defaultPortMapping.build());
611
containerSpec.portMapping(additionalPortMappings);
0 commit comments