• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. askingthisonething
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    askingthisonething

    @askingthisonething

    3
    Reputation
    3
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    askingthisonething Unfollow Follow

    Best posts made by askingthisonething

    • Official Docker Image

      As often requested here, we need an official docker image.
      Just imagine deployment would be easy as:

      fogproject:
        image: fogproject/fogproject:stable
        ports:
          - 0.0.0.0:212:212/udp
          - 0.0.0.0:9:9/udp
         [...]
        volumes:
          - fogproject-images:/images
          - fogproject-database:/var/lib/mysql
          - fogproject-backup:/var/lib/mysql/fogDBbackups
        environment:
          - ADMIN_USER=myadmin
          - ADMIN_PASS=foobar
      

      The world would be a happier place 🙂

      There are three inofficial (non-functioning) images on hub.docker.com that attempts to provide FOG as an Image with >100k pulls. This shows me that a) there is a demand for a docker image and b) everybody of 100k people probably tried every one of the three images before giving up.

      I tried all solutions I can find online, to no avail. Every unofficial solution has major bugs.

      An official docker image would accelerate the development of FOG, as it is far easier to deploy and iterate.

      Dear devs, are there any plans for an official docker image?

      posted in Feature Request
      A
      askingthisonething

    Latest posts made by askingthisonething

    • Official Docker Image

      As often requested here, we need an official docker image.
      Just imagine deployment would be easy as:

      fogproject:
        image: fogproject/fogproject:stable
        ports:
          - 0.0.0.0:212:212/udp
          - 0.0.0.0:9:9/udp
         [...]
        volumes:
          - fogproject-images:/images
          - fogproject-database:/var/lib/mysql
          - fogproject-backup:/var/lib/mysql/fogDBbackups
        environment:
          - ADMIN_USER=myadmin
          - ADMIN_PASS=foobar
      

      The world would be a happier place 🙂

      There are three inofficial (non-functioning) images on hub.docker.com that attempts to provide FOG as an Image with >100k pulls. This shows me that a) there is a demand for a docker image and b) everybody of 100k people probably tried every one of the three images before giving up.

      I tried all solutions I can find online, to no avail. Every unofficial solution has major bugs.

      An official docker image would accelerate the development of FOG, as it is far easier to deploy and iterate.

      Dear devs, are there any plans for an official docker image?

      posted in Feature Request
      A
      askingthisonething