pawel-kw / DE-Zoomcamp2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DE-Zoomcamp2023

Week 1

Introduction to docker

  • Building docker image from Dockerfile:

    docker build -t test:pandas .

  • Running the docker image:

    docker run -it test:pandas 2023-02-28

About


Languages

Language:Dockerfile 55.9%Language:Python 44.1%