Jump to content

Hello guys. Im trying to install steamcache to my Hyper-V debian  vm machine. Ive followed a guide on youtube. But when i enter the command:

sudo docker run --name steamcache-dns --restart=always -d -p 53:53/udp -e STEAMCACHE_IP=192.168.1.3 steamcache/steamcache-dns:latest

 

I get this : Error response from daemon: Conflict, the container name is already in use by container.

 

What to do ?

 

Edit Debian OS. Running in hyper-v VM

 

image.png.8ac756151aa404add1f5f09cad2842a2.png

i5-13600kf, 16gb Corsair 3600mhz, Asrock z690 ac itx,  RTX 3080 , 1TB+1TB PREDATOR + Western digital NVME, InWin A1, Thermalright peerless assasin 120SE

 

Link to comment
https://linustechtips.com/topic/1162892-steamcache-what-do-i-do-next/
Share on other sites

Link to post
Share on other sites

EDIT

 

Never mind, I didn't read the post fully, my answer wouldn't work

 

This will work however...

 

sudo docker start --name steamcache-dns --restart=always -d -p 53:53/udp -e STEAMCACHE_IP=192.168.1.3 steamcache/steamcache-dns:latest

Main Rig:-

Ryzen 7 3800X | Asus ROG Strix X570-F Gaming | 16GB Team Group Dark Pro 3600Mhz | Corsair MP600 1TB PCIe Gen 4 | Sapphire 5700 XT Pulse | Corsair H115i Platinum | WD Black 1TB | WD Green 4TB | EVGA SuperNOVA G3 650W | Asus TUF GT501 | Samsung C27HG70 1440p 144hz HDR FreeSync 2 | Ubuntu 20.04.2 LTS |

 

Server:-

Intel NUC running Server 2019 + Synology DSM218+ with 2 x 4TB Toshiba NAS Ready HDDs (RAID0)

Link to post
Share on other sites

3 minutes ago, Master Disaster said:

EDIT

 

Never mind, I didn't read the post fully, my answer wouldn't work

Im thinking maybe rm -r /steamcache-dns 

 

but the folder doesnt exist

i5-13600kf, 16gb Corsair 3600mhz, Asrock z690 ac itx,  RTX 3080 , 1TB+1TB PREDATOR + Western digital NVME, InWin A1, Thermalright peerless assasin 120SE

 

Link to post
Share on other sites

2 minutes ago, T0MMEN said:

Im thinking maybe rm -r /steamcache-dns 

 

but the folder doesnt exist

Nah, just do this instead

 

sudo docker start --name steamcache-dns

Main Rig:-

Ryzen 7 3800X | Asus ROG Strix X570-F Gaming | 16GB Team Group Dark Pro 3600Mhz | Corsair MP600 1TB PCIe Gen 4 | Sapphire 5700 XT Pulse | Corsair H115i Platinum | WD Black 1TB | WD Green 4TB | EVGA SuperNOVA G3 650W | Asus TUF GT501 | Samsung C27HG70 1440p 144hz HDR FreeSync 2 | Ubuntu 20.04.2 LTS |

 

Server:-

Intel NUC running Server 2019 + Synology DSM218+ with 2 x 4TB Toshiba NAS Ready HDDs (RAID0)

Link to post
Share on other sites

It looks like Run creates & starts a container while Start runs an existing container

Main Rig:-

Ryzen 7 3800X | Asus ROG Strix X570-F Gaming | 16GB Team Group Dark Pro 3600Mhz | Corsair MP600 1TB PCIe Gen 4 | Sapphire 5700 XT Pulse | Corsair H115i Platinum | WD Black 1TB | WD Green 4TB | EVGA SuperNOVA G3 650W | Asus TUF GT501 | Samsung C27HG70 1440p 144hz HDR FreeSync 2 | Ubuntu 20.04.2 LTS |

 

Server:-

Intel NUC running Server 2019 + Synology DSM218+ with 2 x 4TB Toshiba NAS Ready HDDs (RAID0)

Link to post
Share on other sites

9 minutes ago, Master Disaster said:

Nah, just do this instead

 


sudo docker start --name steamcache-dns

unknow flag: --name

See docker start --help

i5-13600kf, 16gb Corsair 3600mhz, Asrock z690 ac itx,  RTX 3080 , 1TB+1TB PREDATOR + Western digital NVME, InWin A1, Thermalright peerless assasin 120SE

 

Link to post
Share on other sites

13 minutes ago, T0MMEN said:

unknow flag: --name

See docker start --help

It might just be

 

sudo docker start steamcache-dns

Main Rig:-

Ryzen 7 3800X | Asus ROG Strix X570-F Gaming | 16GB Team Group Dark Pro 3600Mhz | Corsair MP600 1TB PCIe Gen 4 | Sapphire 5700 XT Pulse | Corsair H115i Platinum | WD Black 1TB | WD Green 4TB | EVGA SuperNOVA G3 650W | Asus TUF GT501 | Samsung C27HG70 1440p 144hz HDR FreeSync 2 | Ubuntu 20.04.2 LTS |

 

Server:-

Intel NUC running Server 2019 + Synology DSM218+ with 2 x 4TB Toshiba NAS Ready HDDs (RAID0)

Link to post
Share on other sites

5 minutes ago, Master Disaster said:

It might just be

 

sudo docker start steamcache-dns

Error: failed to start containers: steamcache-dns

 

i5-13600kf, 16gb Corsair 3600mhz, Asrock z690 ac itx,  RTX 3080 , 1TB+1TB PREDATOR + Western digital NVME, InWin A1, Thermalright peerless assasin 120SE

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×