반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- modelfile
- 패키지
- FileSystemError
- IQN
- pip3 upgrade
- path-style
- 버전
- GGUF
- virtual-hosted-style
- capacity
- error
- python pip
- reverse-proxy
- Linux
- 리눅스
- daemon.json
- 퍼이썬
- python3
- nginx-proxy
- Volumes
- 용량
- 핍
- 파이썬
- HuggingFace
- AI
- docker
- Save
- Python
- ollama
- LLM
Archives
- Today
- Total
목록Volumes (2)
chargingport
“No Space Left On Device” In Docker
방법1) 리소스 삭제docker system prune -a --volumesWARNING! This will remove: - all stopped containers - all networks not used by at least one container - all anonymous volumes not used by at least one container - all images without at least one container associated to them - all build cache 방법2) Docker 루트 디렉토리 변경# 기존 루트 디렉토리 확인docker info -f '{{ .DockerRootDir }}' # ..
NOTES/ETC
2024. 10. 21. 09:33

docker volume create portainer_data docker run -d --network=nginx-proxy -e VIRTUAL_HOST=portainer.domain.com -e VIRTUAL_PORT=9000 -p 8000:8000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
NOTES/ETC
2023. 9. 21. 09:59