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
      • Pod
    • Helm Chart
    • OAuth2 Proxy
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Argo Events
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • DevSecOps
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
      • Azure Cloud
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log, Monitor & Tracing
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form

Category: 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

[OnlyOffice/Collabora] Install open-source web-based office for NextCloud

Posted on March 2, 2022March 24, 2023 By nim No Comments on [OnlyOffice/Collabora] Install open-source web-based office for NextCloud
[OnlyOffice/Collabora] Install open-source web-based office for NextCloud

Như drive của Google bạn có thể mở trực tiếp các file word, excel, … trực tiếp trên NextCloud.Chúng ta có 2 ứng cứ viên sáng giá đó là Collabora và OnlyOffice 1) Install docker on Ubuntu and Install apps on nextcloud. 1.1) Install docker Bạn tạo 1 file bash.sh rồi patse conntent bên dưới…

Read More “[OnlyOffice/Collabora] Install open-source web-based office for NextCloud” »

Docker, NextCloud

[wordpress] Setuping WordPress becomes a private note web!

Posted on February 28, 2022February 28, 2022 By nim No Comments on [wordpress] Setuping WordPress becomes a private note web!
[wordpress] Setuping WordPress becomes a private note web!

Nếu bạn muốn các user cần phải đăng nhập thì mới view được các bài postThì bạn cài plugin Force Login và active plugin là được! Tiếp theo chúng ta ngăn chăn việc show file ảnh một cách public.Nghĩa là để xem các file ảnh cũng cần phải login thì bạn cài thêm plugin như…

Read More “[wordpress] Setuping WordPress becomes a private note web!” »

Docker

[MongoDB] Install and config MongoDB is so easy on Docker.

Posted on February 22, 2022February 22, 2022 By nim No Comments on [MongoDB] Install and config MongoDB is so easy on Docker.
[MongoDB] Install and config MongoDB is so easy on Docker.

Plugin MongoDB:https://www.confluent.io/hub/mongodb/kafka-connect-mongodb show datatabase trong mongodbshow dbs tạo database mới:use todo Giờ tạo collection and document Tạo xong mà báo như dưới là ok đã tạo thành công. Liệt kê các document trong collection newtodo Để json trong đẹp hơn thì gõ:db.newtodo.find().pretty()

Docker

Posts pagination

Previous 1 2 3 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

  • [WordPress] Hướng dấn gửi mail trên WordPress thông qua gmail. June 15, 2025
  • [Bitbucket] Git Clone/Pull/Push with Bitbucket through API Token. June 12, 2025
  • [Teamcity] How to transfer the value from pipeline A to pipeline B June 9, 2025
  • [Windows] Remove the process that consumes too much CPU. June 3, 2025
  • Deploying Web-Based File Managers: File Browser and KubeFileBrowser with Docker and Kubernetes June 3, 2025

Archives

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • 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
    • Argo Events
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • DevSecOps
    • Golang
    • Jquery & JavaScript
    • Laravel
    • NextJS 14 & ReactJS & Type Script
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • Azure Cloud
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
      • Pod
    • Longhorn – Storage
    • MetalLB
    • OAuth2 Proxy
    • Vault
    • VictoriaMetrics
  • Log, Monitor & Tracing
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Fluent
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2025 NimTechnology.