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 :
Make sure you have Docker installed on your machine:
Docker.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
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
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:
I learned a lot from the lessons:
1.Run containers in Docker
- 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)
For further actions, you may consider blocking this person and/orreporting abuse