Closed vxe closed 5 years ago
Okay - I've managed to fix this after running:
sudo docker build -t bic https://github.com/vxe/bic.git#dockerfile
Looks like I needed to give it a tag. However, when I now run:
sudo docker run bic
I get bic's prompt for a brief moment but then it closes and returns me to my shell prompt:
matthew@hopton ~ $ sudo docker run bic
BIC> matthew@hopton ~ $
Any ideas?
Thanks!
Ah, looks as though I needed to add the -i
option for docker run. Merged. Thanks!
You shouldn't need sudo for docker btw, add yourself to the docker group
Hi there,
Many thanks for the PR! Just a quick question:
I've built this using your docker file with:
This built successfully, but when I run:
I get:
Apologies if this is a silly comment, I've never used docker before.