Learn Bash by Building a Boilerplate - Build a Boilerplate

Let me know if this is not what you wanted.

Is there something else that is the dev container logs that I am missing

Where could I find the Docker logs? It does seem to be a problem with the setup

if you don’t mind restarting again, follow the steps mentioned here

I just tried it. It still failed at the same spot.

any chance you have access to a different computer to try on?

I do not, unfortunately

one of the errors reported was:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

so in the docker container’s terminal (inside vscode), can you try
apt-get update

and
apt-get --fix-missing

then post the results?

edit: also this may be happening due to your geographical location. Where are you located (generally) in the world?

It says the following for both

zsh: command not found: apt-get

I am located in the capital S south of the United States

what’s your operative system?

do you still see this error?
I’m thinking we need to scrap your docker install (uninstall it) and then try to reinstall it again.

This is the operating system: MacOS 14.1 (23B74)

I am not seeing that error anymore when I run it,

This is the terminal output in vscode. I can uninstall docker and retry

what if you tried this instead (from inside vscode, by first opening a new terminal after the rebuild and reopen command is done running and then running the commands)

sudo apt-get update

or

sudo apt-get --fix-missing

hi there,

someone pointed out that they ended up using Github Codespaces to set up the course for themselves (because their computer was not able to support docker).

I wanted to share that piece of information with you in case you want to try.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.