From: Tonu M. <tm...@um...> - 2023-11-14 16:10:56
|
Hi, I attempted to run the Roundup docker image <https://hub.docker.com/r/rounduptracker/roundup> and wasn't able to figure it out. I have the Docker desktop installed on my Windows 10 computer. I then searched and found the Roundup docker image in the Docker Hub. I pulled it. When I run the image in the Docker Desktop I get the following printed out in the logs shown in Docker Desktop. I have a feeling I am doing something wrong, just not sure what. 2023-11-14 10:00:26 Traceback (most recent call last): 2023-11-14 10:00:26 File "/usr/local/bin/roundup-admin", line 8, in <module> 2023-11-14 10:00:26 sys.exit(run()) 2023-11-14 10:00:26 ^^^^^ 2023-11-14 10:00:26 File "/usr/local/lib/python3.11/site-packages/roundup/scripts/roundup_admin.py", line 50, in run 2023-11-14 10:00:26 sys.exit(tool.main()) 2023-11-14 10:00:26 ^^^^^^^^^^^ 2023-11-14 10:00:26 File "/usr/local/lib/python3.11/site-packages/roundup/admin.py", line 2152, in main 2023-11-14 10:00:26 ret = self.run_command(args) 2023-11-14 10:00:26 ^^^^^^^^^^^^^^^^^^^^^^ 2023-11-14 10:00:26 File "/usr/local/lib/python3.11/site-packages/roundup/admin.py", line 2010, in run_command 2023-11-14 10:00:26 return self.do_install(self.tracker_home, args) 2023-11-14 10:00:26 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-11-14 10:00:26 File "/usr/local/lib/python3.11/site-packages/roundup/admin.py", line 1186, in do_install 2023-11-14 10:00:26 template = self._get_choice( 2023-11-14 10:00:26 ^^^^^^^^^^^^^^^^^ 2023-11-14 10:00:26 File "/usr/local/lib/python3.11/site-packages/roundup/admin.py", line 409, in _get_choice 2023-11-14 10:00:26 argument = self.my_input('%s [%s]: ' % (prompt, default)) 2023-11-14 10:00:26 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-11-14 10:00:26 EOFError: EOF when reading a line 2023-11-14 10:00:26 Installing issues tracker in tracker 2023-11-14 10:00:26 Templates:: jinja2, minimal, responsive, devel, classic 2023-11-14 10:00:26 Select template [classic]: When I attempt to run the "instant gratification" of the demo tracker. I first opened a command prompt and then did the tried to run > docker run --rm -p 127.0.0.1:8917:8080 --name roundup_demo -v \ > $PWD:/usr/src/app/tracker rounduptracker/roundup:latest demo and got this: --C:\Users\tmikk\Documents\roundup-demo>docker run --rm -p 127.0.0.1:8917:8080 --name roundup_demo -v \ "docker run" requires at least 1 argument. See 'docker run --help'. Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...] Create and run a new container from an image C:\Users\tmikk\Documents\roundup-demo> $PWD:/usr/src/app/tracker rounduptracker/roundup:latest demo '$PWD:' is not recognized as an internal or external command, operable program or batch file. C:\Users\tmikk\Documents\roundup-demo> Tonu Mikk Developer | Disability Resource Center | disability.umn.edu University of Minnesota | umn.edu tm...@um... Pronouns: He/Him |