Skip to content
 
 

Latest commit

 

History

706 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

۱. ابتدا داکر را نصب میکنیم ۲. دستور بیلد را وراد میکنیم:

sudo docker build \
  --build-arg USER_UID=$(id -u) --build-arg USER_GID=$(id -g) --build-arg USERNAME=$(whoami) \
  -t timelib .

۳. دستور ورود به ترمینال داکر را وارد میکنیم:

sudo docker run -it --rm \
  --user $(id -u):$(id -g) \
  -v "$(pwd)":/timelib -w /timelib \
  timelib bash -login

۴. ادامه را از فایل راهنمای این مسیر ادامه میدهیم:

cd /timelib/zones

About

Timelib is a timezone and date/time library that can calculate local time, convert between timezones and parse textual descriptions of date/time information.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages