Files
alfred-preferences/Alfred.alfredpreferences/snippets/docker/啟動 Nginx 容器並映射埠 [3EE80808-909A-4052-BDEE-98DC0B7B87B6].json
2026-03-26 09:22:38 +08:00

8 lines
275 B
JSON

{
"alfredsnippet" : {
"snippet" : "docker run --name my-nginx-container -p 8080:80 -v $(pwd):\/usr\/share\/nginx\/html:ro -d nginx:latest",
"uid" : "3EE80808-909A-4052-BDEE-98DC0B7B87B6",
"name" : "啟動 Nginx 容器並映射埠",
"keyword" : "nginx"
}
}