본문 바로가기

반응형

docker

docker 로 Grafana 설치 및 기동하는방법 (ft.prometheus 컨테이너 연동) Docker를 사용하여 Grafana를 설치하고 실행하는 방법은 다음과 같습니다. 1.Docker를 설치합니다. Docker가 설치되어 있지 않은 경우에는 Docker 공식 웹사이트에서 다운로드하고 설치하세요. 2.다음 명령을 사용하여 Grafana Docker 이미지를 다운로드합니다. $ docker pull grafana/grafana 3.다음 명령을 사용하여 Grafana 컨테이너를 실행합니다. $ docker run -d -p 3000:3000 --name grafana grafana/grafana 이 명령은 -d 옵션으로 백그라운드에서 실행하고, -p 옵션으로 호스트의 3000 포트를 Grafana 컨테이너의 3000 포트로 매핑합니다. --name 옵션으로 컨테이너의 이름을 grafana로 지.. 더보기
스택오버플로우의 개발자 설문조사 2022 결과를 소개합니다. (survey.stackoverflow.co) 스택오버플로우의 개발자 설문조사 2022 결과를 소개합니다. 아래는 Overview 내용입니다. --- Overview The questions we ask in our annual survey help us improve the Stack Overflow community and the platform that serves them. The challenge and opportunity for us is to continue expanding and improving our ability to help all developers and to make them feel welcome in our community. Read on for more great insights about the attitude.. 더보기
ContainerSSH - 컨테이너를 생성해서 접속시켜주는 SSH Server 를 소개합니다. (containerssh.io) ContainerSSH - 컨테이너를 생성해서 접속시켜주는 SSH Server 를 소개합니다. 해당 홈페이지에서는 아래와 같이 소개하고 있군요.. ContainerSSH launches a new container for each SSH connection in Kubernetes, Podman or Docker. The user is transparently dropped in the container and the container is removed when the user disconnects. Authentication and container configuration are dynamic using webhooks, no system users required. 한마디로, ContainerSS.. 더보기
Acorn - 쿠버네티스용 어플리케이션 배포 프레임워크 오픈소스를 소개합니다 (acorn.io) Acorn - 쿠버네티스용 어플리케이션 배포 프레임워크 오픈소스를 소개합니다 홈페이지에서는 아래와 같이 소개하고 있네요.. A simple application deployment framework for Kubernetes 한마디로, Acorn 은 쿠버네티스용 어플리케이션 배포 프레임워크 오픈소스라고 머릿속에 넣어두시면 좋을것 같네요.. Kubernetes는 컨테이너 실행을 위한 믿을 수 없을 정도로 강력한 엔진을 제공했지만 이로 인해 도입된 복잡성 수준은 많은 팀에게 부담이 될 수 있으며 종종 개발과 운영 사이의 연결이 어려울 수 도 있습니다. 그래서 나타난것이 바로 Acorn 인데요.. Acorn은 개발, 테스트 및 프로덕션 환경 에서 일관되게 실행 되는 표준화된 애플리케이션 아티팩트 를 도입 하여.. 더보기
FauxPilot - 오픈소스 GitHub CoPilot 서버 (github.com/moyix) FauxPilot - 오픈소스 GitHub CoPilot 서버를 소개합니다. 깃허브에서는 FauxPilot 를 아래와 같이소개하고 있고요. This is an attempt to build a locally hosted version of GitHub Copilot. It uses the SalesForce CodeGen models inside of NVIDIA's Triton Inference Server with the FasterTransformer backend. FauxPilot 는 한마디로, 오픈소스 GitHub CoPilot 서버라고 머릿속에 넣어두시면 됩니다. 공부해보니, 아래와 같은 전제조건이 필요하고요.. Prerequisites You'll need: Docker docker-com.. 더보기
Blueboat - 올인원 멀티테넌트 서버리스 자바스크립트 런타임 (github.com/losfair) Blueboat - 올인원 멀티테넌트 서버리스 자바스크립트 런타임을 소개합니다. Blueboat 을 깃허브의 Readme 에서는 아래와 같이 정의하고 있고요... Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime. See the site for a brief introduction on features. 한마디로, 올인원 멀티테넌트 서버리스 자바스크립트 런타임이라고 머릿속에 넣어두시면 됩니다. 아래는 빠르게 시작하기에 대한 내용이고요.. cargo, npm, git, docker 가 필요하네요.. 간단하게 docker 로 컨테이너를 구동하고, curl 로 테스트하는 절자입니다. Blueboat 관련 특징을 간단하게 정리해보자면 아.. 더보기
docker를 사용해서 mysql 기동하는 방법 공유 블로그 목적 docker 를 사용해서 mysql db를 기동하는 방법에 대해서 공부및 정리후 나만의 노하우와 지식을 공유한다. 블로그 요약 1.docker 를 설치하는 방법 정리 2.docker 를 사용해서 mysql 설치 3.mysql 접속 및 종료하기 블로그 상세 내용 하나, docker 설치하기 # docker 설치 $ dnf -y install docker-ce # docker upgrade $ dnf -y upgrade docker-ce 둘, docker 를 사용해서 mysql 설치 1. mysql image 다운로드 $ docker pull mysql - 정상적으로 설치완료 docker mysql image 확인 $ docker images 2. mysql container 생성 및 실행하기 .. 더보기
1.Docker, 도커(Docker) 설치하기 (in centos8) 먼저, 설치환경을 알아 볼께요. OS $ cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core) $ uname -a 실행 계정 root를 직접사용함. 그럼, 직접 Docker 를 설치해 보겠습니다. 우선, docker 가 설치 되었는지 확인 $ docker -v 설명 설치가 안되어 있어서 에러가 나네요.. OTL ​​​​​​​그럼, docker 설치 전, install 가이드를 확인해 볼께요. 참고페이지 https://docs.docker.com/install/linux/docker-ce/centos/ 설치 centos7 이하 yum 사용 centos8 dnf 사용 dnf 란? 새로운 패캐지 관리 명령어 참고페이지 https://ko.wikipedia.. 더보기

반응형