Skip to content

smartcanvas/docker-python-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

python-workspace

This repository contains Dockerfile for D1 team python workspace.

More details on Docker's automated build page.

Published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull deeone/python-workspace

    (alternatively, you can build an image from Dockerfile: docker build -t="deeone/python-workspace" github.com/d1-oss/docker-docker-python-workspace)

Usage

docker run \
-u 1000 \
-it \
-p 8083:8083 \
--volume $SSH_AUTH_SOCK:/ssh-agent --env SSH_AUTH_SOCK=/ssh-agent \
--volume /home/fabio/Development:/workspace \
--hostname work \
--name deeone \
deeone/python-workspace

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages