28

Quote from Docker site: "anyone with Docker and an editor installed can build and debug the app in minutes"

Really? I'm two days in and still can't get this damn thing to work. And no solution in sight. Command line tools... sheesh.

Comments
  • 3
    Pretty sure it's the project dump and not me.
  • 2
    No, no... If anything, it has to be layer 10. It's always layer 10.
  • 1
    Update: It's working now, but I had to make my own, fresh DB image/container.
  • 2
    @No-one No, as I was given a DB image that should have work. It did not. What's the point of Docker if I had to create an image from scratch?
  • 2
    Update 2: after I managed to set up everything via console, I discovered that Docker offers GUI called Kitematic. Looks good and makes things much easier.
  • 0
    @WerewolfCustoms So you just jumped in without understanding? Kitematic is literally given to you in the menu context of Docker. I think the person above you was right 😂😂
  • 5
    @KeirDavis1 - Of course I just jumped in. Was I supposed to take a three month seminar first. It said - have a project up and running in a minute. And, I used similar tools before.

    Everything I needed to know about Docker I found out in 30 minutes. The issue was that I was given images that were not set up correctly. As in - I was given an out of date composer file, so 3 out of 4 containers started correctly, but the 4th - DB one - didn't.
    Don't see how that's my fault.

    Also, I don't go clicking random stuff in context menus if I'm not sure what it does. Kitematic meant nothing to me when I saw it there.
Add Comment