我对容器完全陌生。我想在使用SELECT t1.id as album_id, t3.id as photo_id, t3.hash
FROM ow_photo_album t1
JOIN ow_protectedphotos_passwords t2 ON t2.albumId = t1.id
JOIN ow_photo t3 ON t3.albumId = t1.id
WHERE t1.userId = '$id'
AND t2.privacy = 'password'
ORDER BY t3.id ASC
提交作业的HPC上使用 docker容器。 HPC利用SLURM
运行docker容器。我了解到,使用shifter
我可以做到:
docker
在后台中运行容器。但是可以使用docker run -id <container name>
来做同样的事情吗?
任何评论将不胜感激。
ps。我想在问题中添加标签 shifter ,但信誉不高。我很感谢有人创建它。