Docker turnkey images

  • Hi,


    I use the guide provided by @flvinny521


    OMV + Docker plugin media server (Plex, PlexPy, Ombi, Libresonic, NZBGet, ruTorrent, Sonarr, Radarr, Mylar, and more)



    What could be the right process to add a turnkey image.


    https://hub.docker.com/r/turnkeylinux/lamp-14.2/ no docs.


    So I read https://www.turnkeylinux.org/lampstack no news.


    Useful things come here where is explained to inizialize https://www.turnkeylinux.org/blog/announcing-docker-builds


    OPTION 1 via interactive login this is what i have always done under linux


    Code
    CID=$(docker run -i -t -d turnkeylinux/core-13.0)
    CIP=$(docker inspect -format='{{.NetworkSettings.IPAddress}}' $CID)
    docker logs $CID | grep "Random initial root password"
    ssh root@$CIP



    OTION 2 I don't understand this




    My purpose is:
    - run a lamp stack
    - if possible save config in a specific folder or have the possibility for a specific image save data in a specific folder.


    Thanks

  • I suspect that could be a pain, so the suggestion to use a separate VM is useful. I'll try to prepare a specific OMV.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!