Commit 15ca1c4f authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

docker

parent 5e4276a6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -135,8 +135,8 @@ docker_login:
    # Install Docker
    apk add docker

    # Add Docker to the default runlevel
    rc-update add docker boot
    # Start the Docker service
    dockerd &

    # Verify the installation
    docker --version