home.social

#entrypoint — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #entrypoint, aggregated by home.social.

  1. Orientalism and the Denial of Muslim Political Agency

    Western political discourse often treats Muslims as politically illegible, interpreting Muslim societies through secular or liberal frameworks. This critique examines how Orientalism embedded in Western political thought denies Muslim political agency and frames Islamic resistance as a threat rather than a response to imperial violence.

    wrzky.com/orientalism-and-the-

  2. Orientalism and the Denial of Muslim Political Agency

    Western political discourse often treats Muslims as politically illegible, interpreting Muslim societies through secular or liberal frameworks. This critique examines how Orientalism embedded in Western political thought denies Muslim political agency and frames Islamic resistance as a threat rather than a response to imperial violence.

    wrzky.com/orientalism-and-the-

  3. Is Islam Compatible with Modern Values?

    When people ask whether Islam is compatible with modernity, they often assume Western liberalism as history’s endpoint. Islam does not exist to validate modernity. It exists to form an ethical life, challenge power, and expose the violence hidden inside “progress.”

    wrzky.com/is-islam-compatible-

  4. Is Islam Compatible with Modern Values?

    When people ask whether Islam is compatible with modernity, they often assume Western liberalism as history’s endpoint. Islam does not exist to validate modernity. It exists to form an ethical life, challenge power, and expose the violence hidden inside “progress.”

    wrzky.com/is-islam-compatible-

  5. Docker для начинающих: что это такое и как пользоваться

    Статей про Docker много не бывает. В этом материале мы разберём базу: что такое Docker, как он работает и зачем нужен, а затем пошагово пройдём путь от установки до запуска первого контейнера. Освоить рабочую базу Docker →

    habr.com/ru/companies/netology

    #docker #dockercompose #docker_desktop #dockerfiles #daemon #docker_hub #docker_контейнер #docker_установка #docker_run #entrypoint

  6. I'm building a custom #docker image for our #Postgres install, and I was going through Tianon Gravi's docker #entrypoint #bash #shell #script to understand how the official docker container initialisation works. I have to say that the scripts are a master class in Shell #programming.

    github.com/docker-library/post

  7. [Перевод] Выбираем между инструкциями RUN, CMD и ENTRYPOINT

    Для выполнения похожих задач в Docker нередко есть несколько решений. Одна запутанная область касается инструкций RUN , CMD и ENTRYPOINT Dockerfile. В этом переводе обсуждаются различия между этими инструкциями и показываются примеры их использования в форматах shell и exec. В чём разница между RUN, CMD и ENTRYPOINT?

    habr.com/ru/companies/nixys/ar

    #docker #dockerfile #инструкции_docker #run #cmd #entrypoint #shell #best_practices #перевод