Skip to content

me-coder/python-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

This project is to study the use of Dev Containers in Visual Studio Code/Codium.

Steps to get started

  1. Install Docker or Podman
  2. In extensions search ms-vscode-remote.remote-containers and install the extension
  3. Search for Dev › Containers: Docker Path in settings
  4. Modify the value with docker or podman depending upon the local installation
  5. If interested, open file .devcontainer/devcontainer.json and study the contents Suggestion: DO NOT uncomment the mounts section
  6. Open this workspace in a python:slim container
    1. Open Command Palette ress Ctrl+Shift+P (Windows) or Command+Shift+P (MacOS)
    2. Type: "Dev Containers: Rebuild and Reopen in Container" (Ensure docker/podman is already running in background)

You are ready to setup your environment in the launched python:slim container.

About

Python code samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published