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

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

  • Home
  • React Native
  • React Js
  • Write for us
  • Animal Welfare
  • Contact
standard_init_linux go 228 exec user process caused exec format error

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

  • akamit
  • July 27, 2022
  • 2 minute read
plex sonarr radarr jackett transmission docker
  • 4 minute read

sonarr radarr jackett transmission docker

  • July 22, 2022

Browsing Category

Docker

14 posts
docker container inspect - getting details of a container
  • Docker
  • Kubernetes
  • 2 minute read

Docker container inspect – Getting details of a container

  • akamit
  • 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
  • 1 minute read

How to access docker container filesystem and terminal?

  • akamit
  • 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
  • 1 minute read

How to set custom name to docker container?

  • akamit
  • 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
  • 1 minute read

How to continuously stream logs of docker container?

  • akamit
  • 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
  • 1 minute read

How to check logs of docker container?

  • akamit
  • 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
  • 1 minute read

How to bind docker container port with host

  • akamit
  • 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
  • 1 minute read

Difference between docker run & docker start

  • akamit
  • 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
  • 1 minute read

How to start/stop a docker container?

  • akamit
  • 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
  • 2 minute read

How to list all the docker containers?

  • akamit
  • 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
  • 1 minute read

How to list all docker images in system?

  • akamit
  • 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
  • 2 minute read

Why docker run command not running container?

  • akamit
  • 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
  • 4 minute read

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

  • akamit
  • 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
  • 3 minute read

How to install and run docker image?

  • akamit
  • 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
  • 4 minute read

Dockers, Containers, Images & Repositories

  • akamit
  • July 12, 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

Tweets by ARMITTAL
  • Bootstrap (1)
  • Carbon (12)
  • Code Example (97)
  • Cryptocurrency (3)
  • Docker (16)
  • Git (1)
  • HTML-CSS (1)
  • Japanese (1)
  • JavaScript (18)
  • Kubernetes (15)
  • MySql (2)
  • Php (1)
  • React Js (20)
  • React Native (14)
  • Technology (2)
  • Troubleshoot (1)
  • Uncategorized (1)
  • Wordpress (2)
  • [Code Example] ReactDOM.render no longer supported. Use createRoot
  • [Code Example] Docker desktop stopped error solution
  • [Code Example][R-lang] Zero padding to numbers in column str_pad
  • [Code Example] fatal: detected dubious ownership in repository at ‘…’ git
  • [Code Example] Unrecognized command “link” React Native
  • [Code Example] ‘WebDriver’ no attribute ‘find_element_by_css_selector’
  • [Code Example] PlatformException(Unable establish connection channel)
  • [Code Example] npm WARN config `–global`, `–local` are deprecated
  • [Code Example] How to create progress bar using bash script
  • [Code Example] Convert hex color to RGB & RGB to hex using bash script
  • [Code Example] Create nameref for accessing variable from another bash
  • [Code Example] Get content between two substrings using bash script

array bash bootstrap carbon-language containers create react application CRUD docker docker containers docker images Error git short html html short javascript javascript error javascript short java short kubernetes live demo python python-short python dictionary python error python list python numpy python pandas python string React-Native react-native-short react component reactjs reactjs error react js short react native animation react router react state R Short shell solidity students svelte error svelte short top list ubuntu

cannot import name 'to_categorical' from 'keras.utils' python tensorflow error
  • Python
  • 1 minute read

cannot import name ‘to_categorical’ from ‘keras.utils’

  • July 30, 2022
pip is being invoked by an old script wrapper python error
  • Python
  • 2 minute read

pip is being invoked by an old script wrapper

  • July 30, 2022
Python Poetry could not find pyproject.toml file
  • Python
  • 1 minute read

Poetry could not find a pyproject.toml file

  • July 30, 2022
python run bash script in background
  • Python
  • 2 minute read

python run bash script in background

  • July 30, 2022
Learn ReactJS & React Native With Me
Copyright AkashMittal.com

This blog's earnings goes for Animals

Learn More
X