Skip to content

Commit 1f4990a

Browse files
theddubdiemol
andauthored
Issue 1309; give executable permissions to /dev/shm for standalone co… (#1334)
* Issue 1309; give executable permissions to /dev/shm for standalone container * Revert "Issue 1309; give executable permissions to /dev/shm for standalone container" This reverts commit 907bd7d. * Issue 1309 resoluion; tested and working for Dynamic Grid with Docker Desktop with WSL2 * Revert "Issue 1309 resoluion; tested and working for Dynamic Grid with Docker Desktop with WSL2" This reverts commit e8fa760. * Issue 1309 correct fix in base Dockerfile for /dev/shm permissions for Docker Desktop and WSL2 for Dynamic Grid and "child" container * Issue 1309 fix is now in NodeBase Co-authored-by: Diego Molina <[email protected]>
1 parent 5e7cf08 commit 1f4990a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NodeBase/Dockerfile.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ RUN wget -nv -O noVNC.zip \
100100
&& rm websockify.zip \
101101
&& mv websockify-${WEBSOCKIFY_SHA} /opt/bin/noVNC/utils/websockify
102102

103+
#=========================================================================================================================================
104+
# Run this command for executable file permissions for /dev/shm when this is a "child" container running in Docker Desktop and WSL2 distro
105+
#=========================================================================================================================================
106+
RUN chmod +x /dev/shm
107+
103108
#===================================================
104109
# Run the following commands as non-privileged user
105110
#===================================================

0 commit comments

Comments
 (0)