Skip to content

Service Artem is running…

Tag: Dockerfile

 Docker – Dockerfile EOF example

Dockerfile:

 Docker – Multiple processes in one container

  This example shows how to run 2 JAR files in one container. As the base image we will use "phusion/baseimage" First you need to create startup scripts, for convenience, in the example they will be called "start-first.sh" and "start-second.sh", in them we describe the launch of JAR files, for example start-first.sh   start-second.sh   … Continue reading " Docker – Multiple processes in one container"

Dockerfile – COPY with change of ownership

  In order to change the owner of the copied files in the container, it is necessary to add the key "–chown" to the "COPY" command   Example:

AWS – CodeCommit and CodeBuild build Docker image and push it into ECR

In this example, we will consider creating a repository in CodeCommit and building a simple Docker image using CodeBuild and launching it in ECR. Create a repository in CodeCommit. My repository name is "artem-test" In order to work with the repository, make sure that your user has an SSH key loaded. If it is already … Continue reading "AWS – CodeCommit and CodeBuild build Docker image and push it into ECR"

FIX ERROR – Docker: Err http://http.debian.net jessie-backports/main amd64 Packages

When I try to update the list of repositories in the Docker image based on "node: 8", the following error appears: Err http://http.debian.net jessie-backports/main amd64 Packages Solution Dockerfile:
February 2023
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728  
« Nov    

Recent Posts

  • Palo Alto VM-Series Firewall: GlobalProtect
  • Palo Alto VM-Series Firewall: GlobalProtect – AWS SAML
  • Palo Alto VM-Series Firewall: GlobalProtect – OneLogin SAML
  • Palo Alto VM-Series Firewall: Let’s Encrypt certificate
  • Palo Alto VM-Series Firewall: AWS HA Multi AZ for GlobalProtect – Part 2

Recent Comments

  • that guy on Jenkins – Active Choice: CheckBox – Working with an Array
  • Диван on Nginx – Regular Expression Tester
  • Dmitrii on Jenkins – Active Choice: AWS ECR Images tag (AWS SDK)
  • Dmitrii on Jenkins – Active Choice: AWS ECR Images tag (AWS SDK)
  • AMEEN on FIX ERROR – xcode-select: error: tool 'agvtool' requires Xcode

Categories

  • Backup (2)
  • BASH (9)
  • Command Examples (1)
  • Config Examples (9)
  • Database (2)
  • DevOps (107)
    • Ansible (9)
    • AWS (34)
    • CI/CD (34)
    • Docker (13)
    • GCP (4)
    • Helm (1)
    • Kubernetes (13)
    • Terraform (7)
  • Fix Error (27)
  • Linux (11)
  • Monitoring (4)
  • Network (10)
  • Virtualization (3)
Service Artem is running… © 2023