Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

zoharasulin
zoharasulin

Posted on

     

OSDC-2023-assignment6&7 -Docker

In lessons 6 and 7, we learn aboutdocker.
We reviewed what a "Docker" image is and saw how to set up a development environment with its help.
We went over the slides ofLearning Linux in a Docker container up before the slide about CentOS.
and also we saw examples ofOpen source project in Docker.

my favorite language is python, so I develop with it.

All package that I fix something i chose frompydigger this site Leads to libraries where things need to be fixed, for example they lack author,vcs or ci.

Setting up a development environment via Docker :

  1. Make sure you have Docker installed on your machine:
    Docker.

  2. for packagedjango-autotask:

 git clone git@github.com:KerkhoffTechnologies/django-autotask.git    cd django-autotask    docker build -t django-autotask .    docker run -it --name my-django-autotask-container django-autotask /bin/bash
Enter fullscreen modeExit fullscreen mode

link to myPR

for packagesankaku

git clone https://github.com/zerex290/sankaku.gitcd sankakudocker run -it --name sankaku -w /opt -v$(pwd):/opt python:3.11 bash
Enter fullscreen modeExit fullscreen mode

link to myPR

some of packages I add fix of installs that was missing like here Or missing code that is will me more clearly:

  1. edx-arch-experimentsMyPR
  2. cortex-pythonMyPR
  3. deep_sort_realtimeMyPR

I learned a lot from the lessons:
1.Run containers in Docker

  1. You don't have to be afraid to send PR, in the worst case you don't receive them.3.perform tests on scripts

Thanks toGabor that makes the world a better place.

Best regards,Zohar.

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Data Scientist
  • Location
    Israel
  • Joined

More fromzoharasulin

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp