Skip to content

exec /root/.start-container.sh: no such file or directory #23

Answered by verovaleros
verovaleros asked this question in Q&A
Discussion options

You must be logged in to vote

Answer from @LukasForst and @HappyStoic:

For people with Windows machines running our StratoCyberLab:

If you're having issues with last assignment and getting 500 Internal Server Error, your system incorrectly converted line endings in the git repository.

To fix it you must delete strato cyber lab, setup git to correct line endings and git clone it again. So, the following should work:

  1. Stop your docker container for stratocyberlab by running docker compose down
  2. Delete the folder where you cloned the repository by running rm -r stratocyberlab
  3. Setup git to not to convert line endings on checkout
    1. git config --global core.autocrlf false
    2. git config --global core.eol lf
  4. Clone the StratoCybe…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@friggingee
Comment options

Answer selected by verovaleros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants