picobrew_pico icon indicating copy to clipboard operation
picobrew_pico copied to clipboard

Few more details for using Docker

Open MilitaryNerd opened this issue 2 years ago • 5 comments

Hi, I don't have a pi lying around that I can use and I'd like to just use my home lab for it. I only really understand the basics of using docker and there's not quite enough info in the README for how to get started. Would it be possible for someone to share details for instance where I create the folder structure? I would assume it's under /var/lib/docker/volumes/ but everything I've seen use these, uses the docker instance ID as the next level...which wouldn't get created until I start the docker instance? Then there's the whole part of getting the software from github -- I did a docker pull which hides the files so then I pulled all the files down via wget, unpacked, and ran the ssl_certificates.sh and have that certs directory. I guess I just feel there's a lot of steps missing here. I was hoping for something on Docker Hub or similar to: https://github.com/chrisstaite/DoTe. Yes that's for Podman, but similiar idea.

MilitaryNerd avatar Dec 11 '22 21:12 MilitaryNerd

bump?

MilitaryNerd avatar Dec 30 '22 08:12 MilitaryNerd

@Intecpsp any update on filling out more details in the Docker setup you are using?

tmack8001 avatar Feb 03 '23 15:02 tmack8001

Sorry, had a lot of personal things going on and couldn't get to this. I have created #366 with the information that is allowing my server to run in Docker (on a Mac, but this information is irrelevant)

Intecpsp avatar Feb 11 '23 21:02 Intecpsp

@MilitaryNerd once (if?) my PR is approved, from your host machine you would need to:

  • build a skeleton folder structure like this
  • download this file
  • in a terminal, change directory to the folder that now holds the root of your skeleton folder structure (app) and the docker-compose-no-ssl.yml file
  • then run docker compose up -d

Intecpsp avatar Feb 11 '23 21:02 Intecpsp

@MilitaryNerd all approved! Let me know if the set up above works for you or not

Intecpsp avatar Feb 12 '23 22:02 Intecpsp

close this?

chiefwigms avatar Apr 20 '24 03:04 chiefwigms