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 Category

Docker

16 posts
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
                                docker container images repositories
                                • Docker
                                • Kubernetes

                                  Dockers, Containers, Images & Repositories

                                  • Akash Mittal
                                  • September 4, 2022
                                  Okay, so how many of these terms have you heard – Docker, Container, node, Pods, Services, Ingress, Etcd, Kubectl, configmap, secretmap, deployment, repository? Today is your lucky day because you…
                                  View Post

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