Skip to content
/ pydog Public

Minimal example of how to use Docker with Python in Visual Studio Code

Notifications You must be signed in to change notification settings

flojmn/pydog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydog

Alt Text

Pydog provides a minimal example of how to use Docker with Python in Visual Studio Code. Docker is a popular platform for creating, deploying, and running applications using containerization. Visual Studio Code is a powerful and widely used integrated development environment (IDE) that supports Docker integration.

Prerequisites

Before getting started, ensure that you have the following prerequisites installed on your system:

Windows

  • Install Docker Desktop on your system.
  • Install Visual Studio Code on your system.
  • Install the following Visual Studio Code Extensions
    • Docker (ms-azuretools.vscode-docker)
    • Dev Container (ms-vscode-remote.remote-containers)

Getting started

  1. Clone this repository to your local machine using the following command:
git clone git@github.com:flojmn/pydog.git
  1. Open Visual Studio Code and navigate to the "pydog" folder.
  2. Press Ctrl + Shift + P to open the command palette, and select "pydog: Rebuild and Reopen in Container".
  3. Start coding! Add additional packages to the requirements.txt file.
  4. To stop the pydog container, use the command "pydog: Stop Container" in the command palette.

About

Minimal example of how to use Docker with Python in Visual Studio Code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published