Skip to content

How to run image once built #29

@mmingay2

Description

@mmingay2

Thanks for creating this. I am trying to build the image and run it.

python test.py works well so I build the image with docker build -t igvtest3 ./context and it builds fine.

Then I try to run it with docker run --rm -p 8080:8080 igvtest3:latest and it hangs for a while then I ctrl+c and get an error related to the SocketServer.py. Error looks like this:

File "on_startup.py", line 95, in
start_server()
File "on_startup.py", line 82, in start_server
SocketServer.TCPServer(("", 80), Handler).serve_forever()
File "/usr/local/lib/python2.7/SocketServer.py", line 231, in serve_forever
poll_interval)
File "/usr/local/lib/python2.7/SocketServer.py", line 150, in _eintr_retry
return func(*args)
KeyboardInterrupt

any suggestions?

thanks,

Matt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions