Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doing More With Docker Images - fails to download packages #235

Open
Hussain-Ruhullah opened this issue May 8, 2022 · 1 comment
Open

Comments

@Hussain-Ruhullah
Copy link

Hussain-Ruhullah commented May 8, 2022

after installing ubuntu:
docker container run -ti ubuntu bash
and :
apt-get update
apt-get install -y figlet
it says:
E: Unable to locate package figlet

@Hussain-Ruhullah Hussain-Ruhullah changed the title Doing More With Docker Images Doing More With Docker Images - fails to download packages May 8, 2022
@FlorianFasmeyer
Copy link

We are currently unable to connect to any resources from our containers, which completely hinders our ability to progress through the exercises.

Exercise 2 cannot be completed. Trying to instantiate a new image with the Dockerfile:

FROM alpine
RUN apk update && apk add nodejs

Will throw an error at apk update, since it is unable to connect to the internet.

I tried with ubuntu and apt too, no surprises, it's broken. :'(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants