Learn ReactJS & React Native With Me
  • Home
  • React Native Series
  • React Js
  • Write for us
  • Animal Welfare
  • About Me
  • Contact
  • Home
  • React Native Series
  • React Js
  • Write for us
  • Animal Welfare
  • About Me
  • Contact
  • Facebook
  • Twitter
  • LinkedIn
  • Email
Learn ReactJS & React Native With Me

Code, Bugs, Pitfalls, Tricks of React Js & React Native

  • Home
  • React Native Series
  • React Js
  • Write for us
  • Animal Welfare
  • About Me
  • Contact

Browsing Tag

docker

22 posts

Docker invalid reference format: repository name must be lowercase

  • Akash Mittal
  • October 13, 2022
Invalid reference format means that docker wants to access an image but couldn’t. This could be due to a number of reasons like the repository doesn’t exist or url is…
View Post
Creating running and deploying complete kubernetes project step by step
  • Kubernetes

    Creating, Running & Deploying a complete project in Kubernetes

    • Akash Mittal
    • September 23, 2022
    When I was learning Kubernetes and Dockers, I understood all the important concepts but still wasn’t able to deploy a project. There are many things in Kubernetes which works together…
    View Post

    Solving docker: invalid reference format error – Code Example

    • Akash Mittal
    • September 18, 2022
    There are many reasons for docker to throw invalid reference format error. Invalid reference means that the variables, paths, shortcuts etc. are not pointing towards a valid resource. Docker throws…
    View Post

    failed to solve with frontend dockerfile.v0: Failed build LLB – Code Example

    • Akash Mittal
    • August 30, 2022
    Docker throws error failed to solve with frontend dockerfile.v0: failed to build LLB due to a number of reasons – Using Virtual Private Network (VPN) Some file might not exist…
    View Post

    Docker desktop stopped error solution – Code Example

    • Akash Mittal
    • August 30, 2022
    In this article we will provide you solution with code examples for Docker desktop stopped error. This error appears due to number of reasons and we will see all of…
    View Post
    standard_init_linux go 228 exec user process caused exec format error
    • Docker

      standard_init_linux.go:228: exec user process caused: exec format error

      • Akash Mittal
      • September 18, 2022
      Docker throws error standard_init_linux.go:228: exec user process caused: exec format error when there are issues with executable file format. It could happen due to these reasons – You forgot to…
      View Post
      plex sonarr radarr jackett transmission docker
      • Docker

        sonarr radarr jackett transmission docker

        • Akash Mittal
        • September 13, 2022
        In this article we will see how to run docker containers for Plex, Sonarr, Radarr, Jackett and Transmission. Together these technologies make a complete suit. Let’s see how we can…
        View Post
        docker container inspect - getting details of a container
        • Docker
        • Kubernetes

          Docker container inspect – Getting details of a container

          • Akash Mittal
          • July 21, 2022
          To get the details of a container we can use docker inspect command like this – Or this – Let’s see this in action. First we will start a node…
          View Post
          access docker container filesystem and terminal
          • Docker
          • Kubernetes

            How to access docker container filesystem and terminal?

            • Akash Mittal
            • July 20, 2022
            To access docker container filesystem and terminal, use this command – Here the choice of terminal depends on the flavor of operating system used by container image. Some of them…
            View Post
            set custom name to docker container
            • Docker
            • Kubernetes

              How to set custom name to docker container?

              • Akash Mittal
              • July 20, 2022
              In order to set custom name to a docker container, use this command – For example, we can run a mongodb container with custom name as my-mongo-container – This will…
              View Post
              stream logs of docker container
              • Docker
              • Kubernetes

                How to continuously stream logs of docker container?

                • Akash Mittal
                • July 20, 2022
                We saw in our last article how to get logs of a docker container. In this article we will see how to continuously stream the logs in host machine. For…
                View Post
                check logs of docker container
                • Docker
                • Kubernetes

                  How to check logs of docker container?

                  • Akash Mittal
                  • July 20, 2022
                  In order to get logs of docker container, we can use this command – Or, For our example of mongodb, let’s first run a container – Now let’s check which…
                  View Post
                  bind docker container port with host
                  • Docker
                  • Kubernetes

                    How to bind docker container port with host

                    • Akash Mittal
                    • July 20, 2022
                    To bind a docker container port with host, use this command – Let’s see this using an example. First, we need a docker image which exposes a port. Generally the…
                    View Post
                    difference between docker start and docker run
                    • Docker
                    • Kubernetes

                      Difference between docker run & docker start

                      • Akash Mittal
                      • July 20, 2022
                      In this article we will look at the differences between docker run and docker start command. We will discuss which one to use and when. docker run docker start This…
                      View Post
                      start-stop docker container
                      • Docker
                      • Kubernetes

                        How to start/stop a docker container?

                        • Akash Mittal
                        • July 20, 2022
                        To start a container, use this command – Or To stop a container, use this command – Or,
                        View Post
                        list all docker containers in system
                        • Docker
                        • Kubernetes

                          How to list all the docker containers?

                          • Akash Mittal
                          • July 20, 2022
                          To list all the running docker containers, use this command – and use this command to list all the containers running or otherwise – Different Container States Suppose no container…
                          View Post
                          list all docker images in system
                          • Docker
                          • Kubernetes

                            How to list all docker images in system?

                            • Akash Mittal
                            • July 20, 2022
                            To list all docker images in your system, use this command – Here you can see that we have a node image in our system. If you have more images,…
                            View Post
                            docker run command not running container error
                            • Docker
                            • Kubernetes

                              Why docker run command not running container?

                              • Akash Mittal
                              • July 20, 2022
                              Sometimes, docker run <image> or docker start <container_id> doesn’t start a container. This is because either there is no starting process or the process completes instantly. Introduction In Dockerfile of…
                              View Post
                              dockerfile FROM RUN COPY ENTRYPOINT CMD EXPOSE
                              • Docker
                              • Kubernetes

                                Docker Image – FROM, RUN, COPY, ENTRYPOINT, CMD, EXPOSE

                                • Akash Mittal
                                • July 20, 2022
                                Today we will learn everything about docker image. You might wonder how a Dockerfile creates an Image which runs a container. We will see all the commands which are used…
                                View Post
                                how to install and run docker image
                                • Docker
                                • Kubernetes

                                  How to install and run docker image?

                                  • Akash Mittal
                                  • July 20, 2022
                                  This is the 3rd post in Kubernetes series. We will learn the first step of using docker here. Before moving forward, you will need to install docker on your system.…
                                  View Post

                                  Posts navigation

                                  1 2 Next

                                  Learn ReactJS & React Native With Me
                                  Copyright AkashMittal.com | Privacy Policy