Skip to content

NimTechnology

Trình bày các công nghệ CLOUD một cách dễ hiểu.

  • Kubernetes & Container
    • Docker
    • Kubernetes
      • Ingress
    • Helm Chart
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log & Monitor
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form

Category: Docker

[VScode] Building VS Code web on the self-host

Posted on December 6, 2022February 21, 2023 By nim No Comments on [VScode] Building VS Code web on the self-host
[VScode] Building VS Code web on the self-host

Bạn có thể build VS Code trên server linux và access vào VS code thông qua website https://github.com/gitpod-io/openvscode-server Docker Deployment Helm chart Ngoài ra bạn có thể sử dụng helm chart do Nim has writen. Value mẫu

Coding, Docker

[Nextcloud] Can’t load files inside the folder on NextCloud

Posted on December 4, 2022March 24, 2023 By nim No Comments on [Nextcloud] Can’t load files inside the folder on NextCloud
[Nextcloud] Can’t load files inside the folder on NextCloud

Hiện tại mình cài đặt next cloud version 25.0.1 thì bị lỗi bên dưới. Bạn có thể fix nhanh lỗi trên bằng cách https://github.com/nextcloud/server/pull/34905/files hoặc chờ bản nâng cấp tiếp theo

Docker, NextCloud

[RabbitMQ] Installing RabbitMQ by Docker and Run RabbitMQ commands

Posted on November 29, 2022November 29, 2022 By nim No Comments on [RabbitMQ] Installing RabbitMQ by Docker and Run RabbitMQ commands
[RabbitMQ] Installing RabbitMQ by Docker and Run RabbitMQ commands

Bạn đang chưa biết j về RabbitMQ.Chúng ta cùng tìm hiểu. Bạn cần Run RabbitMQ trên Docker Bạn Run Container với nhiệm Publish messages vào RabbitMQ Bạn có thể gửi message vào RabbitMQ

Docker

[Docker build] How to bring id_rsa to the inside container when building the image?

Posted on September 28, 2022 By nim No Comments on [Docker build] How to bring id_rsa to the inside container when building the image?
[Docker build] How to bring id_rsa to the inside container when building the image?

Bài toàn đặt ra là khi mà bạn run docker build thì yêu cần cần clone/pull 1 số repo private Mình nghĩ ra 1 cách là thực hiện COPY ~/.ssh/id_rsa /root/.ssh/như bị lỗi như bên dưới. Mình tìm thấy chả có quy định j trong .dockerignore Giờ chúng ta sự dụng argument để làm việc…

Read More “[Docker build] How to bring id_rsa to the inside container when building the image?” »

Docker

[Docker] The docker images are helpful for testing

Posted on September 19, 2022 By nim No Comments on [Docker] The docker images are helpful for testing
[Docker] The docker images are helpful for testing

Mongo Mongo Shell: curl

Docker

[Verdaccio] Creating a Local Private NPM registry

Posted on September 9, 2022March 4, 2023 By nim No Comments on [Verdaccio] Creating a Local Private NPM registry
[Verdaccio] Creating a Local Private NPM registry

Hôm qua gặp bug của thanh niên Verdaccio này làm mấy script bên mình bị error Login! Case của mình là các Ông devops trước đó dựng 1 Local Private NPM registry trong con build image. OK vào chủ đề chính! https://github.com/verdaccio/verdaccio essential Script: Reference Links:https://blog.bitsrc.io/how-to-set-up-a-private-npm-registry-locally-1065e6790796https://itnext.io/creating-a-free-private-npm-registry-with-verdaccio-e1becdc542bhttps://hostingcanada.org/htpasswd-generator/ Helm chart of Verdaccio Helm Chart: https://charts.verdaccio.orgDefault value file:…

Read More “[Verdaccio] Creating a Local Private NPM registry” »

Docker

[Docker] “unsafe repository” when building the Docker image.

Posted on May 11, 2022 By nim No Comments on [Docker] “unsafe repository” when building the Docker image.
[Docker] “unsafe repository” when building the Docker image.

Khi bạn build docker image thì bị báo lỗi bên dưới. như trong log đã hướng dẫn thì chúng ta cần thêm RUN git config –global –add safe.directory /repo

Docker

[Appium] Writing the Dockerfile of Appium on Ubuntu 18.04 Docker.

Posted on May 1, 2022 By nim No Comments on [Appium] Writing the Dockerfile of Appium on Ubuntu 18.04 Docker.
[Appium] Writing the Dockerfile of Appium on Ubuntu 18.04 Docker.

Khi mình running command trong Dockerfile. npm install -g appium Nếu bạn làm gặp lỗi như bên dưới. Reference links:https://github.com/appium/appium/issues/10020 Mình tìm được command này:sudo npm install -g appium –unsafe-perm=true –allow-root

Docker

[Harbor] Install Private Docker Hub on Ubuntu

Posted on March 28, 2022October 23, 2022 By nim No Comments on [Harbor] Install Private Docker Hub on Ubuntu
[Harbor] Install Private Docker Hub on Ubuntu

Đầu tiên cài pass root Install docker https://github.com/goharbor/harbor/releases

Docker, Harbor

[Postgresql] Install Postgres on docker easily.

Posted on March 6, 2022March 24, 2022 By nim No Comments on [Postgresql] Install Postgres on docker easily.
[Postgresql] Install Postgres on docker easily.

Mình hay code mấy tool bậy bạ và đôi khi cũng cần database!Nếu giờ code tool mà cài postgres chuẩn chỉ thì sẽ khá mất thời gian và cũng hem cần thiết lắm.Giờ cần nhanh và mount data ra là được. Giờ bạn run command docker đơn giản. Giờ tạo 1 DB và apply 1…

Read More “[Postgresql] Install Postgres on docker easily.” »

Docker

Posts navigation

1 2 Next
Tham Gia Group DevOps nhé!
Để Nim có nhiều động lực ra nhiều bài viết.
Để nhận được những thông báo mới nhất.

Recent Posts

  • [Prometheus/Grafana] Install Prometheus and Grafana on ubuntu. March 27, 2023
  • [Kong Gateway] WebSocket connection failed March 26, 2023
  • [Nextcloud] Can’t download files to have a size bigger than 2Gi on NextCloud – RaspBerry March 24, 2023
  • [Datadog] Using DataDog to monitor all services on kubernetes March 19, 2023
  • [Metrics Server] Failed to make webhook authorizer request: the server could not find the requested resource March 17, 2023

Archives

  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021

Categories

  • BareMetal
    • NextCloud
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • Golang
    • Jquery & JavaScript
    • Laravel
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
    • Longhorn – Storage
    • MetalLB
    • Vault
    • VictoriaMetrics
  • Log & Monitor
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2023 NimTechnology.