You are viewing a single comment's thread from:
RE: Glasnost alpha v0.2 release: simple deployment with Docker and Docker Hub
- Maybe but I'm not sure how.
- It's possible right now. Just launch a docker container on the server with
docker run -it -p 80:80 -e "GLASNOST_SOURCE_BLOCKCHAIN=steem" -e "GLASNOST_BLOG_AUTHOR=cryptoctopus" --restart always ontofractal/glasnost:0.1
and your blog is running.