THEIA IDE

Docker command

sudo docker run \
-d \
--cpus="0.5" \
--device-read-bps /dev/sda:50mb \
--device-read-bps /dev/sdd:50mb \
--device-write-bps /dev/sda:50mb \
--device-write-bps /dev/sdd:50mb \
--device-write-iops /dev/sda:400 \
--device-write-iops /dev/sdd:400 \
--device-read-iops /dev/sda:400 \
--device-read-iops /dev/sdd:400 \
-it \
--init \
-p 3000:3000 \
-v "/home/si:/home/project:cached" \
quay.io/zowe-explorer/theia:latest 

Revision #2
Created Tue, Oct 18, 2022 3:59 PM
Updated Tue, Oct 18, 2022 5:59 PM