Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 479 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 479 Bytes

python3-docker-environment

easy scaffolding to start leaning python 3 with docker

Usage

make sure you're ready to use Docker Desktop and follow steps below.

  1. Clone this repository
  2. hit these commands at terminal in python3-docker-environment
    $ docker-compose build
    ...
    $ docker-compose up
    ...
  3. now container is up. you can make connection with VSCode Remote - Containers.

opt is prepared directory that doing what you want.