Forked from isomorphisms/gist:3114ab86960656a729a6b4653001aae2
Last active
March 4, 2024 14:21
-
-
Save RaifSubas/5ea939779ab695e8daaa1f2203ee79b9 to your computer and use it in GitHub Desktop.
podman kullanarak docker hub üzerinden pull işlemi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "/etc/containers/" altında "registries.conf" dosyasında ufak bir değişiklik yapmak gerekli. | |
| Eğer varsa; | |
| [registries.search] | |
| registries = [] | |
| buradaki satırlar | |
| ``` | |
| [registries.search] | |
| registries = ['docker.io'] | |
| ``` | |
| bu şekilde değiştirilir, yoksa en alta eklenebilir. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment