Skip to main content

Docker Setup

Select your operating system, image variant, and options below. The command builder will generate a docker run command tailored to your environment, with explanations for each flag.

OS
Shell
Source
Image
GPU
Memory
8 GBsingle docs
Options
Consol.
Advanced
Port
Admin
Name
Your command
docker run -t --init --ulimit core=0 `
  -p 8070:8070 `
  --memory=8g `
  lfoppiano/grobid:latest-crf
Flags:-t--init--ulimit core=0--memory

Docker runs via WSL2 — Docker Desktop runs all containers inside a WSL2 Linux environment. You can type the docker command in PowerShell, CMD, or WSL Bash — the container runs in WSL2 either way. What is WSL2?

Hover over the flag names below the command for explanations. For platform-specific details, see the Platform Guide. For GPU setup, see the GPU Guide.