0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

WSL内のDockerに立てたSAM環境で exec user process caused: exec format error が起きた時の対処

Posted at

##原因
DockerのアーキテクチャとSAMのtemplate.yamlのアーキテクチャが異なっていたため

##対策

  1. docker system info コマンドをコンソールで実行しアーキテクチャを確認
    1. Architecture:x86_64みたいな感じで表示される
  2. template.yamlに設定されているアーキテクチャを1で確認したアーキテクチャと一致させる
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?