I’m trying to connect to a container in a slurm cluster.
I am using srun --container-image <IMG>
to start a container. This container gets sent to a compute node which I am able to control/identify.
I’m able to use the remote-ssh
extension in VSCode to connect to this node.
However, the Dev Containers
extension is not able to detect any running containers on this compute node. The Docker
extension seems to suggest that docker is not running on the compute node which makes sense as I believe slurm is using enroot?