Skip to content

Notes on software development

Month: October 2021

Docker image layers

Docker images are layer based - layer based architecture. Each step (instruction) from a Dockerfile creates a layer. These layers are cached and reused next time the image is built. Lets see one Docker file for a node.js app: FROM node:12 WORKDIR /app COPY . /app RUN npm install EXPOSE 80 CMD [ "node", "server.js" … Continue reading Docker image layers →

Dimitar Docker Leave a comment October 26, 2021October 26, 2021 1 Minute
  • Local pubsub emulator via docker compose && Spring Boot
  • Keycloak docker KC_ variables ignored?
  • Spring JPA – Delete by multiple values
  • Hibernate JPA and PostgreSQL: change type from String to text (@Lob)
  • Vuetify radio button, align label left
  • August 2024
  • February 2024
  • December 2023
  • September 2023
  • August 2023
  • February 2023
  • September 2022
  • June 2022
  • May 2022
  • April 2022
  • November 2021
  • October 2021
  • May 2021
  • April 2021
  • March 2021
  • December 2020
  • August 2020
  • July 2020
  • June 2020
  • April 2020
  • March 2020
  • February 2020
  • October 2019
  • September 2019
  • August 2019
  • CSS
  • Docker
  • Firewall
  • GCP
  • Gradle
  • IntelliJ
  • iptables
  • Java
  • JavaScript
  • JHipster
  • JPA
  • Keycloak
  • Linux
  • Maven
  • Nekategorizirano
  • Node
  • PostgreSQL
  • Spring
  • Spring Boot
  • Tomcat
  • Wordpress

Site Icon attribution: Web programming icons created by SBTS2018 - Flaticon

Blog at WordPress.com.
  • Subscribe Subscribed
    • Notes on software development
    • Already have a WordPress.com account? Log in now.
    • Notes on software development
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar