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

Can it be used to build image given a Dockerfile? #2

Open
Farahani1 opened this issue Nov 14, 2024 · 1 comment
Open

Can it be used to build image given a Dockerfile? #2

Farahani1 opened this issue Nov 14, 2024 · 1 comment

Comments

@Farahani1
Copy link

Farahani1 commented Nov 14, 2024

Hi, thank you for providing this clean and simple tool!
I am wondering how can I use it to create an image from a Dockerfile like this:

FROM python:3.10

WORKDIR /app 

COPY requirements.txt . 
RUN pip install --no-cache-dir -r requirements.txt

Then, I need to save the created image as a '.tar'.

I need to do this because where I am living we face tremendous obstacles by bans and internet access filtering :)

@SmartManoj
Copy link

Did you get any error?

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