Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble starting container (Windows) #2

Closed
jgunstad opened this issue Nov 1, 2020 · 6 comments
Closed

Trouble starting container (Windows) #2

jgunstad opened this issue Nov 1, 2020 · 6 comments
Assignees

Comments

@jgunstad
Copy link

jgunstad commented Nov 1, 2020

I'm having trouble starting the container in Windows using the command listed in the wiki.
The command reads: > docker start

But, I get a "syntax of the command is incorrect" message - any suggestions?

Thank you for your help

@anzarabbas
Copy link
Contributor

@jgunstad Looking into this.

@vjbytes102
Copy link
Collaborator

vjbytes102 commented Nov 1, 2020

@jgunstad

Can you please share list of all commands which you are running, also share full error message text or screenshot?

I hope you are running below commands after successful installation of opendbm docker image.

docker run -it image_id /bin/bash
root@:/app# exit

docker start container_id

@jgunstad
Copy link
Author

jgunstad commented Nov 1, 2020 via email

@jgunstad
Copy link
Author

jgunstad commented Nov 1, 2020 via email

@vjbytes102
Copy link
Collaborator

@jgunstad

I guess you forgot to add all the commands in the reply, i can not see anything specific to docker start syntax error.

Anyways based on above comment, whenever you are trying to build a new docker image for opendbm, navigate to the folder where the OpenDBM code is, otherwise build command will give you failed to read docker file.

like: cd open_dbm

And then try to build docker image using below command.

docker build --tag dbm .

It looks like you already have a 5 days old dbm docker image but i can not see image for ubuntu and python. On >docker images , you should get below output. It should include python and ubuntu images.

docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
dbm latest 91e593533c96 26 minutes ago 4.98GB
python 3.6 25bb503fe8c4 5 days ago 874MB
ubuntu 18.04 6526a1858e5d 3 weeks ago 64.2MB

I will suggest you to re-install opendbm images and follow all the step mentioned into the installation document specific to window's. And make sure after successful build, you should get all required images.

Note: In future, if you already have opendbm, python & ubuntu images, do not run this command(docker build --tag dbm .)

@jgunstad
Copy link
Author

jgunstad commented Nov 1, 2020 via email

rudy-haryanto added a commit that referenced this issue Nov 22, 2022
rudy-haryanto added a commit that referenced this issue Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants