CloudFrontier icon indicating copy to clipboard operation
CloudFrontier copied to clipboard

Error while executing docker run

Open shankar-lucideus opened this issue 4 years ago • 2 comments

Command Used: docker run -v ~/.aws:/root/.aws cloud-frontier Output Observed: standard_init_linux.go:211: exec user process caused "no such file or directory"

As a result no docker container is running.

shankar-lucideus avatar Apr 21 '21 12:04 shankar-lucideus

@shankar-lucideus Are you using Windows? If that's the case please take a look at https://stackoverflow.com/questions/51508150/standard-init-linux-go190-exec-user-process-caused-no-such-file-or-directory for possible fixes.

faheel avatar Jun 10 '21 17:06 faheel

You can fix that by using dos2unix on deploy.sh

ghost avatar Jun 30 '21 12:06 ghost