반응형
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 |
Tags
- ollama
- modelfile
- 퍼이썬
- 파이썬
- capacity
- daemon.json
- pip3 upgrade
- Python
- 버전
- 용량
- LLM
- IQN
- nginx-proxy
- FileSystemError
- 핍
- Volumes
- docker
- Linux
- python3
- Save
- python pip
- AI
- path-style
- HuggingFace
- reverse-proxy
- 패키지
- virtual-hosted-style
- GGUF
- 리눅스
- error
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