Docker(15)
-
InfluxDB 명령어
https://docs.influxdata.com/influxdb/v2.1/ InfluxDB OSS 2.1 Documentation docs.influxdata.com 접속 docker exec -it 컨테이너 bash 데이터 삭제 influx delete --token 토큰 --org 조직 --bucket 버킷 --start '1970-01-01T00:00:00Z' --stop '2022-01-01T00:00:00Z' 서로 다른 measurement의 field와 tag 동시 조회하기 from(bucket: "nbminer") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r["_measurement"] == ..
2021.12.26 -
gitlab 설치
https://hub.docker.com/search?q=gitlab&type=image Docker Hub hub.docker.com docker pull gitlab/gitlab-ce https://docs.gitlab.com/ee/install/docker.html GitLab Docker images | GitLab Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner. docs.gitlab.com https://docs.gitlab.com/ee/install/docker.html#install-gitlab-using-docker-compose GitLab Dock..
2021.12.26 -
Windows Docker 설치
Hardware assisted virtualization and data execution protection must be enabled in the BIOS. See https://docs.docker.com/desktop/windows/troubleshoot/#virtualization Logs and troubleshooting docs.docker.com 윈도우 검색에서 'Windows 기능 켜기/끄기' 찾아서 엔터 Linux용 Windows 하위 시스템 체크 확인 가상머신 플랫폼 체크 확인 Windows 하이퍼바이저 플랫폼 체크 확인 BIOS에서 가상화 활성화 AMD 3600 BIOS 가상화 활성화 Windows 재시작 부팅되는 동안 DEL 키 F7 : Advanced Mode OC(over..
2021.12.26