Install Docker on Alpine Linux

Docker is available in Alpine’s community repository. We will first enable Alpine’s community repositoy and then install Docker. Enable Alpine community repository To enable community repositoy in Alpine Linux, we need to edit /etc/apk/repositories file and uncomment the community repo: Open /etc/apk/repositories using a text editor, I am using vim here, you can use nano though.
One minute to read