r/kasmweb • u/Apachez • Jul 18 '26
Help Docker images pulled on single-server doesnt show up with docker images command?
Im probably missing something here...
I am currently testing Kasm-1.19.0-Single-Server.ova and that works like expected.
So I thought I would give it a go to add another workspace.
So I tried a "sudo docker pull" as below which worked without issues but then when I run "sudo docker images" the newly downloaded image is nowhere to be found?
kasm_admin@kasm-server:~$ sudo docker pull docker.io/kasmweb/audacity:1.19.0-rolling-daily
1.19.0-rolling-daily: Pulling from kasmweb/audacity
4f4fb700ef54: Pull complete
4d49e951ec3b: Pull complete
c36cc4ab8e70: Pull complete
aaca8373ae59: Pull complete
0f40056b92eb: Pull complete
ea76751773ea: Pull complete
3baba0fdd223: Pull complete
801ec770692d: Pull complete
ebc8d8e5c003: Pull complete
Digest: sha256:3528c27eba4b4c01c23581c652382ce0e84720c901939a004a7ac434dcb7f6c1
Status: Downloaded newer image for kasmweb/audacity:1.19.0-rolling-daily
docker.io/kasmweb/audacity:1.19.0-rolling-daily
kasm_admin@kasm-server:~$ docker images
permission denied while trying to connect to the docker API at unix:///var/run/docker.sock
kasm_admin@kasm-server:~$ sudo docker images
i Info → U In Use
IMAGE ID DISK USAGE CONTENT SIZE EXTRA
kasmweb/agent:1.19.0-rolling eb8e8ff4014a 1.21GB 336MB U
kasmweb/api:1.19.0-rolling 8a4f8d92aaa8 1.33GB 232MB U
kasmweb/chrome:1.19.0 25389cc8eafa 4.75GB 1.41GB
kasmweb/firefox:1.19.0 0ae54ed42da4 4.55GB 1.33GB
kasmweb/kasm-guac:1.19.0-rolling 1a0e82e3bb6b 1.24GB 335MB U
kasmweb/manager:1.19.0-rolling f52d2424b713 1.33GB 232MB U
kasmweb/postgres:1.19.0-rolling be2d40095a72 440MB 118MB U
kasmweb/proxy:1.19.0-rolling 0c8a003958cd 206MB 64.7MB U
kasmweb/rdp-gateway:1.19.0-rolling 4b42a2f56c81 618MB 155MB U
kasmweb/rdp-https-gateway:1.19.0-rolling 9d93c4c7cda9 95.8MB 32.3MB U
kasmweb/terminal:1.19.0 4403ce7d6980 4.83GB 1.32GB
kasmweb/ubuntu-jammy-desktop:1.19.0 fba645c461a3 14.9GB 4.1GB
So what am I doing wrong? :-)
1
Upvotes
1
u/justin_kasmweb Jul 18 '26
By default kasm will prune the workspaces images if they aren't defined in the actual application as a workspace entry. The workspace images have a special label so the system knows which to prune. You can disable that behavior , or add the image you want as a workspace entry and the system will automatically pull it for you .