User Tools

Site Tools


devops:docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devops:docker [2024/07/14 11:12] – [Table] skipidardevops:docker [2025/03/22 23:03] (current) skipidar
Line 108: Line 108:
  
 ==== Setup on Windows ==== ==== Setup on Windows ====
 +
 +=== Using Docker Desktop ===
 +The command & 'C:\Program Files\Docker\Docker\DockerCli.exe' -SwitchDaemon is a Windows command that starts the Docker daemon on a Windows system and registers it as a system service.
 +
 +<code>
 +& 'C:\Program Files\Docker\Docker\DockerCli.exe' -SwitchDaemon
 +</code>
 +
 +=== Running containers
 +
 +Example 
 +<code>
 +docker run -it --gpus all -p 8080:8080 -v $HOME/.tabby:/data tabbyml/tabby serve --model StarCoder-1B
 + --device cuda --chat-model Qwen2-1.5B-Instruct
 +</code>
  
 === Using Windows native Hyper-V === === Using Windows native Hyper-V ===
devops/docker.1720955570.txt.gz · Last modified: by skipidar