Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

exec user process caused: exec format error

#!/bin/bash

#   ^
#   |
#Add this to the top of the script file
Comment

exec user process caused: exec format error

# Build for ARM64 (default)
docker build -t <image-name>:<version>-arm64 .

# Build for ARM64 
docker build --platform=linux/arm64 -t <image-name>:<version>-arm64 .

# Build for AMD64
docker build --platform=linux/amd64 -t <image-name>:<version>-amd64 .
Comment

PREVIOUS NEXT
Code Example
Shell :: linux terminal check available wifi networks 
Shell :: bash vi mode 
Shell :: install paho mqtt client raspberry pi 
Shell :: powershell command history file 
Shell :: add submodule 
Shell :: neovim install wsl 
Shell :: copy to clipboard in gihub readme 
Shell :: find branches in git 
Shell :: ubuntu check user groups 
Shell :: send files via ssh 
Shell :: instal yay arch linux 
Shell :: git compare branch to another branch changes 
Shell :: cgi directories 
Shell :: how to use sed output to overwrite existin file 
Shell :: reset one branch onto another 
Shell :: see ssh key 
Shell :: How to Enable-Migrations? 
Shell :: read line by using linnumber shell 
Shell :: wifi adapter not found ubuntu 20.04 
Shell :: git commit back in time 
Shell :: .gitignore global 
Shell :: windows usb serial number 
Shell :: git delete multiple branch local 
Shell :: pip install googlemaps 
Shell :: launch powershell code runner 
Shell :: ssh-copy-id 
Shell :: git change remote branch name 
Shell :: the remote end hung up unexpectedly 
Shell :: git stash show 
Shell :: how to exit git log 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =