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
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Spinnaker
    • Jenkins
  • Coding
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
    • Golang
    • Laravel
    • Jquery & JavaScript
    • Git
    • Selenium
  • Log & Monitor
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
  • Toggle search form

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

[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 2, 2022 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

[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

[Docker] Temporary failure in name resolution

Posted on February 6, 2022February 13, 2022 By nim No Comments on [Docker] Temporary failure in name resolution
[Docker] Temporary failure in name resolution

Mình hay bị lỗi này. try mấy phát là được.không biết bị chặn j ko anh em nhỉ?

Docker, Kubernetes & Container

[Golang/Container] Build docker/container Golang

Posted on January 28, 2022February 13, 2022 By nim No Comments on [Golang/Container] Build docker/container Golang
[Golang/Container] Build docker/container Golang

Làm sao để tụi build docker với golang nhỉ?sau đây mình có code 1 project GRPC demo và mình thử build docker sem sao? First way! No change version repo in go.mod thường golang có go.mod thì nó lưu version repo ở đó! Nên là khi bạn build docker bạn cũng muốn giữ nguyên các…

Read More “[Golang/Container] Build docker/container Golang” »

Coding, Docker, Golang

[Nextcloud] Install and Upgrade new version for Nextcloud Docker.

Posted on October 22, 2021February 28, 2022 By nim 6 Comments on [Nextcloud] Install and Upgrade new version for Nextcloud Docker.
[Nextcloud] Install and Upgrade new version for Nextcloud Docker.

1) Upgrade new version https://help.nextcloud.com/t/exit-maintanence-mode-in-docker/34434 Giờ thực hiện remove container và remove image cũ-> cách này có downtime chút. Bí quyết đây bạn lưu lại câu run docker lúc trước nhé, không là hơi khoai đây Khi completed thì chuyển maintenance thành false 2) các command hay sử dụng Sync data giữa các thư mục….

Read More “[Nextcloud] Install and Upgrade new version for Nextcloud Docker.” »

BareMetal, 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

  • [Argocd/Vault] Integrate Vault inside Argocd by the plugin July 1, 2022
  • [Vault] Using Service Acount of Kubernetes to login Vault system. June 28, 2022
  • Protected: My Assignment  June 24, 2022
  • [Spinnaker] Spinnaker writes too many logs – Reduce spinnaker log level June 22, 2022
  • [Jenkins] Jobs will be created automatically by Jenkins Job Builder June 20, 2022

Archives

  • 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
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Jenkins
    • Spinnaker
  • Coding
    • Git
    • Golang
    • Jquery & JavaScript
    • Laravel
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kubernetes
      • Ingress
    • Longhorn – Storage
    • Vault
    • VictoriaMetrics
  • Log & Monitor
    • ELK
      • Kibana
      • Logstash
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2022 NimTechnology.