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

Docker dosent works #700

Closed
hostile123 opened this issue Dec 14, 2016 · 1 comment
Closed

Docker dosent works #700

hostile123 opened this issue Dec 14, 2016 · 1 comment

Comments

@hostile123
Copy link

docker run
-d -p 2001:2001 -p 8090:8090 --name steemd-default
steemit/steem

gives:

root@thaiprochat:~# docker run \

-d -p 2001:2001 -p 8090:8090 --name steemd-default \
steemit/steem

Unable to find image 'steemit/steem:latest' locally
Pulling repository docker.io/steemit/steem
docker: Tag latest not found in repository docker.io/steemit/steem.
See 'docker run --help'.

@jredbeard
Copy link
Contributor

This was due to a change in the way we do CI - latest tag doesn't exist as of right now but it will on the next push to the 'stable' branch. For now, you can do this instead:
docker run -d -p 2001:2001 -p 8090:8090 --name steemd-default steemit/steem:master

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

2 participants