build file
This is a build file. it is called buildspec.yml file. This file will do docker build and send the image
Continue readingDocker questions and answers
This is a build file. it is called buildspec.yml file. This file will do docker build and send the image
Continue readingIf I do "docker build" twice, there will be two images and two image id created? If I do "docker
Continue readingI'm running an ECS Fargate Task. This is my Entrypoint script in the Dockerfile startapplication.sh : #!/bin/bash set -e java
Continue readingHow nginx is starting without a start command ? Is it because it has EXPOSE 80 which is triggering nginx
Continue readingThis is my Dockerfile content FROM amazoncorretto:latest WORKDIR /tmp RUN yum update -y && RUN yum install -y python3-pip &&
Continue readingThis is my Dockerfile https://pastebin.com/jL0uUQbW This is taking 10+ minutes to build in AWS. Is there any way I can
Continue readingWhere do I find version number in mvn:<version>-alpine ? I am looking at https://i.imgur.com/eGvCEfn.png I am not sure which version
Continue readingThis is my Dockerfile. I get mvn not installed. What to do ? I need maven to build my java
Continue readingHow do I copy everything to docker. I am trying this in Dockerfile ADD <what to write for copy everything>
Continue readingI need a docker image of node js 12.16.1 , OpenJDK 11 , and NGINX. currently I am using docker
Continue reading