Update: I have a github now, see https://steemit.com/steemit/@neoxian/running-steemit-locally-update Hey Steemit! Do you want to post and use the steemit blockchain, but you don't want to browse to steemit.com ? Well with this guide, you'll be able to run steemit.com on your own machine and interact with the Steem blockchain that way. And it's pretty easy! The only thing you need to know is how to run Docker. # Step 1: Get Docker I wrote a guide here on Docker: https://steemit.com/programming/@neoxian/neoxian-s-guide-to-docker # Step 2: Save this docker file: ``` #Version: 0.1.0 FROM ubuntu:16.04 LABEL maintainer "Neoxian" RUN apt-get update # some tools I like RUN apt-get -y install vim RUN apt-get -y install curl RUN apt-get -y install git # grab steemit.com WORKDIR "/root" RUN git clone https://github.com/steemit/steemit.com EXPOSE 3001 3002 3301 3306 WORKDIR "/root/steemit.com" RUN mkdir tmp RUN apt-get -y install nodejs RUN apt-get -y install npm RUN apt-get -y install build-essential libssl-dev WORKDIR "/root" RUN curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh -o install_nvm.sh RUN bash install_nvm.sh # Replace shell with bash so we can source files RUN rm /bin/sh && ln -s /bin/bash /bin/sh WORKDIR "/root/steemit.com" RUN source /root/.nvm/nvm.sh \ && nvm install v6 \ && npm install \ && npm install -g babel-cli WORKDIR "/root/steemit.com/config" RUN cp steem-example.json steem-dev.json RUN debconf-set-selections <<< 'mysql-server mysql-server/root_password password bob' RUN debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password bob' RUN apt-get -y install mysql-server RUN service mysql start; mysql -u root --password=bob -e "create database steemit_dev;DROP USER 'root'@'localhost';CREATE USER 'root'@'%' IDENTIFIED BY '';GRANT ALL PRIVILEGES ON *.* TO 'root'@'%';FLUSH PRIVILEGES;" RUN npm install -g sequelize sequelize-cli pm2 mysql WORKDIR "/root/steemit.com/db" RUN source /root/.nvm/nvm.sh \ && service mysql start \ && sequelize db:migrate WORKDIR "/root/steemit.com/config" RUN source /root/.nvm/nvm.sh \ && node -p "crypto.randomBytes(32).toString('base64')" > key.txt RUN sed -ie "s#somelongsecretstring#$(cat key.txt)#g" steem-dev.json ``` Use this to create "Dockerfile" and place it in a new directory. # Step 3: Build an image using the dockerfile Go to the directory you put the dockerfile in and run this: ``` docker build -t="neoxian/steemweb" . ``` It will take around 5-10 minutes to build the image... # Step 4 Run your new image! ``` docker run --name steemweb -it -p 3001:3001 -p 3002:3002 -p 3306:3306 neoxian/steemweb /bin/bash ``` # Step 5 Start up your own personal steemit.com webserver! (Takes a few minutes to start up) ``` cd /root/steemit.com npm start ``` # Step 6 Browse to ```localhost:3002 ``` That's it! You're in. You can sign in normally and do everything normally. The only thing that doesn't seem to work are user icons. https://i.imgsafe.org/32f70ef46c.png https://i.imgsafe.org/3301150a09.png # Why would you want to do this? * Could be more secure to use your own website * Don't like the interface, you can change it! * Don't like censorship? You can make your own version that shows everything, no matter what! * Like porn? You can make a version that shows you nothing but the non-work safe posts! Oh the possibilities... https://i.imgsafe.org/330c213d22.jpg ```
author | neoxian |
---|---|
permlink | the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker |
category | steemit |
json_metadata | {"tags":["steemit","guide","docker"],"image":["https://i.imgsafe.org/32f70ef46c.png","https://i.imgsafe.org/3301150a09.png","https://i.imgsafe.org/330c213d22.jpg"],"links":["https://steemit.com/steemit/@neoxian/running-steemit-locally-update","https://steemit.com/programming/@neoxian/neoxian-s-guide-to-docker"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-02-14 16:33:24 |
last_update | 2017-02-17 02:41:45 |
depth | 0 |
children | 32 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 32.989 HBD |
curator_payout_value | 6.932 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,492 |
author_reputation | 167,518,222,673,938 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,506,591 |
net_rshares | 76,917,254,627,144 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smooth | 0 | 13,181,150,545,052 | 50% | ||
jamesc | 0 | 34,607,161,326,610 | 100% | ||
sandra | 0 | 53,543,371,340 | 80% | ||
ihashfury | 0 | 85,310,440,754 | 47.61% | ||
jaewoocho | 0 | 4,277,904,621,869 | 100% | ||
boy | 0 | 3,194,278,526 | 100% | ||
bue-witness | 0 | 3,891,286,534 | 100% | ||
bunny | 0 | 586,706,914 | 100% | ||
clayop | 0 | 1,464,837,671,970 | 100% | ||
bue | 0 | 61,944,243,024 | 100% | ||
steemservices | 0 | 70,996,773,144 | 10% | ||
mini | 0 | 1,708,704,110 | 100% | ||
moon | 0 | 217,691,350 | 100% | ||
jason | 0 | 51,635,756,469 | 69% | ||
benjojo | 0 | 1,416,170,430,460 | 100% | ||
pfunk | 0 | 1,254,503,242,848 | 100% | ||
pairmike | 0 | 3,705,809,814 | 1% | ||
proctologic | 0 | 1,120,229,187 | 1% | ||
healthcare | 0 | 638,714,150 | 100% | ||
daniel.pan | 0 | 1,008,913,561 | 100% | ||
steemrollin | 0 | 97,796,386,766 | 40% | ||
konelectric | 0 | 911,871,055 | 1% | ||
team | 0 | 126,202,284,875 | 100% | ||
chitty | 0 | 319,514,019,556 | 100% | ||
helen.tan | 0 | 292,910,189 | 100% | ||
ervin-lemark | 0 | 31,556,572,295 | 100% | ||
forrestwillie | 0 | 805,991,159 | 1% | ||
klye | 0 | 166,591,914,651 | 100% | ||
cryptofunk | 0 | 14,354,851,354 | 87% | ||
thecryptofiend | 0 | 277,610,631,263 | 100% | ||
justtryme90 | 0 | 238,114,023,543 | 100% | ||
theroliyogi | 0 | 345,318,751 | 100% | ||
andrei | 0 | 255,665,037 | 1% | ||
infovore | 0 | 950,447,773,781 | 100% | ||
thedashguy | 0 | 125,214,641,254 | 100% | ||
proglobyte | 0 | 104,306,829 | 1% | ||
fyrstikken | 0 | 56,501,605,345 | 1% | ||
grey580 | 0 | 373,459,760 | 1% | ||
ericvancewalton | 0 | 920,154,845,854 | 100% | ||
thebatchman | 0 | 1,120,568,729 | 3% | ||
good-karma | 0 | 195,344,074,283 | 100% | ||
hitmeasap | 0 | 7,260,345,463 | 15% | ||
elyaque | 0 | 2,925,427,825 | 1% | ||
cultura.bitcoin | 0 | 3,676,982,877 | 100% | ||
bartcant | 0 | 990,953,449 | 100% | ||
neoxian | 0 | 657,409,321,450 | 100% | ||
ausbitbank | 0 | 97,810,160,347 | 100% | ||
bobbylee | 0 | 488,642,392,409 | 100% | ||
transisto | 0 | 10,422,065,796,380 | 100% | ||
thebatchman1 | 0 | 69,196,504 | 3% | ||
karenmckersie | 0 | 1,639,590,759 | 1% | ||
luisucv34 | 0 | 22,442,767,706 | 100% | ||
shla-rafia | 0 | 2,855,808,228 | 4% | ||
demotruk | 0 | 693,675,445,801 | 100% | ||
the-future | 0 | 42,631,963,459 | 100% | ||
me-tarzan | 0 | 95,840,427,893 | 70% | ||
fiveboringgames | 0 | 37,721,089,251 | 50% | ||
opheliafu | 0 | 109,027,562,793 | 56% | ||
coininstant | 0 | 0 | 88% | ||
ubg | 0 | 586,651,422 | 1% | ||
pcste | 0 | 2,123,168,076 | 12% | ||
bitcoiner | 0 | 32,016,255,977 | 100% | ||
oecp85 | 0 | 8,017,351,202 | 100% | ||
crazymumzysa | 0 | 14,620,290,112 | 100% | ||
mysteem | 0 | 3,457,276,934 | 100% | ||
johnsmith | 0 | 217,096,082,466 | 100% | ||
marius19 | 0 | 113,646,509,352 | 100% | ||
winstonwolfe | 0 | 31,157,188,962 | 100% | ||
remlaps | 0 | 12,395,478,504 | 100% | ||
tommyhansen | 0 | 73,649,553,551 | 100% | ||
fabien | 0 | 732,871,024,431 | 100% | ||
bullionstackers | 0 | 53,949,835,489 | 100% | ||
originate | 0 | 311,762,149,291 | 100% | ||
proglobyte-m1 | 0 | 105,740,594 | 1% | ||
craigslist | 0 | 432,853,330 | 100% | ||
merej99 | 0 | 75,877,292,350 | 100% | ||
tingaling | 0 | 104,301,712 | 3% | ||
timcliff | 0 | 160,123,842,383 | 100% | ||
toxichan | 0 | 162,166,943 | 1% | ||
timelapse | 0 | 462,331,256 | 1% | ||
accumulator | 0 | 2,366,348,978 | 100% | ||
kurtbeil | 0 | 3,224,050,256 | 1% | ||
tannukas6 | 0 | 62,907,833 | 1% | ||
ekitcho | 0 | 735,792,798,675 | 100% | ||
denisoi | 0 | 25,327,026,160 | 100% | ||
pgarcgo | 0 | 98,006,739,282 | 100% | ||
darthnava | 0 | 354,487,042 | 1% | ||
zentat | 0 | 109,504,914 | 3% | ||
helikopterben | 0 | 511,534,295,400 | 100% | ||
seraph | 0 | 0 | 100% | ||
lasseehlers | 0 | 6,538,960,526 | 100% | ||
awkwardawk | 0 | 220,260,496 | 100% | ||
craigwilliamz | 0 | 13,594,347,503 | 100% | ||
shadowspub | 0 | 555,125,115 | 1% | ||
steembriefing | 0 | 104,369,635 | 3% | ||
runridefly | 0 | 7,100,056,804 | 25% | ||
barrydutton | 0 | 968,690,029 | 1% | ||
shenanigator | 0 | 304,613,586,883 | 100% | ||
ashleywilliamz | 0 | 5,748,428,025 | 100% | ||
steemitguide | 0 | 539,513,029 | 1% | ||
richardcrill | 0 | 1,434,486,395 | 1% | ||
l0k1 | 0 | 130,468,040,296 | 100% | ||
titusfrost | 0 | 20,422,614,590 | 100% | ||
triplep | 0 | 1,440,993,062 | 100% | ||
ebargains | 0 | 46,189,112,506 | 100% | ||
jacobts | 0 | 228,865,394 | 1% | ||
jonathanyoung | 0 | 22,568,583,718 | 100% | ||
finleyexp | 0 | 848,576,883 | 100% | ||
allyouneedtoknow | 0 | 28,282,745,285 | 100% | ||
patelincho | 0 | 111,925,156 | 1% | ||
bitcoinparadise | 0 | 19,950,039,048 | 100% | ||
bitcoiner1 | 0 | 833,021,815 | 100% | ||
bestofreddit | 0 | 2,706,055,727 | 90% | ||
jang | 0 | 6,197,905,470 | 42% | ||
steemitawards | 0 | 125,287,446 | 3% | ||
thesteemitawards | 0 | 106,326,743 | 3% | ||
steemawards | 0 | 97,067,841 | 3% | ||
thesteemawards | 0 | 53,057,680 | 3% | ||
steemint | 0 | 104,613,393 | 3% | ||
food-creator | 0 | 8,639,894,553 | 100% | ||
katharsisdrill | 0 | 48,748,310,769 | 100% | ||
gamer00 | 0 | 3,627,210,758 | 1% | ||
intan | 0 | 5,963,845,601 | 100% | ||
revostrike | 0 | 81,619,334 | 1% | ||
giantbear | 0 | 1,165,874,519 | 1% | ||
stray | 0 | 417,461,086 | 1% | ||
steemspeak | 0 | 232,929,299 | 1% | ||
fyrst-witness | 0 | 388,245,328 | 1% | ||
judasp | 0 | 33,953,492,785 | 100% | ||
unipsycho | 0 | 33,746,700,000 | 80% | ||
daisyd | 0 | 202,522,226 | 1% | ||
sqube | 0 | 2,960,925,146 | 1% | ||
whatageek | 0 | 627,408,691 | 1% | ||
bitcoiner10 | 0 | 645,211,620 | 100% | ||
bitcoiner11 | 0 | 351,530,183 | 100% | ||
breezin | 0 | 3,881,285,210 | 50% | ||
bitcoiner12 | 0 | 179,490,866 | 100% | ||
garthfreeman | 0 | 1,362,546,116 | 80% | ||
bitcoiner21 | 0 | 379,725,105 | 100% | ||
bitcoiner13 | 0 | 72,054,968 | 100% | ||
bitcoiner14 | 0 | 60,041,951 | 100% | ||
bitcoiner15 | 0 | 60,037,587 | 100% | ||
bitcoiner16 | 0 | 86,979,443 | 100% | ||
bitcoiner22 | 0 | 177,438,755 | 100% | ||
bitcoiner23 | 0 | 71,089,827 | 100% | ||
bitcoiner41 | 0 | 105,963,380 | 100% | ||
bitcoiner100 | 0 | 774,205,248 | 100% | ||
bitcoiner61 | 0 | 650,914,568 | 100% | ||
bitcoiner62 | 0 | 532,655,136 | 100% | ||
bitcoiner63 | 0 | 328,222,695 | 100% | ||
bitcoiner64 | 0 | 167,906,789 | 100% | ||
bitcoiner65 | 0 | 117,157,784 | 100% | ||
yadamaniart | 0 | 546,912,849 | 1% | ||
bitcoiner66 | 0 | 81,943,742 | 100% | ||
bitcoiner67 | 0 | 70,164,989 | 100% | ||
bitcoiner68 | 0 | 97,168,159 | 100% | ||
collabornation | 0 | 1,301,596,919 | 100% | ||
bitcoiner-61 | 0 | 2,131,904,957 | 100% | ||
bitcoiner-100 | 0 | 850,543,852 | 100% | ||
reisman | 0 | 2,421,113,632 | 100% | ||
bitcoiner-41 | 0 | 246,739,739 | 100% | ||
bitcoiner-62 | 0 | 1,403,542,706 | 100% | ||
bitcoiner-63 | 0 | 840,710,108 | 100% | ||
bitcoiner-64 | 0 | 570,161,995 | 100% | ||
bitcoiner-21 | 0 | 846,026,828 | 100% | ||
bitcoiner-22 | 0 | 267,719,569 | 100% | ||
bitcoiner-81 | 0 | 389,744,865 | 100% | ||
bitcoiner-1 | 0 | 1,238,259,705 | 100% | ||
bitcoiner-65 | 0 | 261,668,469 | 100% | ||
bitcoiner-42 | 0 | 96,296,894 | 100% | ||
bitcoiner-10 | 0 | 489,141,445 | 100% | ||
bitcoiner-11 | 0 | 174,886,457 | 100% | ||
bitcoiner-12 | 0 | 50,171,724 | 100% | ||
bitcoiner-82 | 0 | 101,211,944 | 100% | ||
engagement | 0 | 100,320,636,664 | 1% | ||
bottymcbotface | 0 | 252,759,848 | 77% | ||
bitcoiner-66 | 0 | 147,295,128 | 100% | ||
bitcoiner-23 | 0 | 83,858,150 | 100% | ||
tradeqwik | 0 | 10,866,762,178 | 100% | ||
zedikaredirect | 0 | 3,566,287,888 | 100% | ||
saleg25 | 0 | 2,557,518,018 | 100% | ||
meysam | 0 | 472,664,271 | 1% | ||
colin-porter | 0 | 821,049,164 | 100% | ||
fibra59 | 0 | 10,940,995,673 | 100% | ||
love-you | 0 | 53,746,286 | 100% | ||
em3di | 0 | 1,528,859,603 | 100% | ||
personz | 0 | 7,535,162,829 | 100% | ||
eltapratama | 0 | 3,384,070,829 | 100% | ||
driptorchpress | 0 | 60,505,473 | 1% | ||
sardrt | 0 | 2,030,141,288 | 100% | ||
rahul.stan | 0 | 397,070,934 | 100% | ||
nik69 | 0 | 123,376,700 | 100% | ||
free2play | 0 | 53,689,480 | 3% | ||
fisteganos | 0 | 519,433,790 | 5% | ||
wwwords | 0 | 376,234,330 | 80% | ||
bitcoiner-67 | 0 | 109,754,993 | 100% | ||
bitcoiner-68 | 0 | 97,999,774 | 100% | ||
bitcoiner-69 | 0 | 84,282,956 | 100% | ||
bitcoiner-70 | 0 | 66,665,612 | 100% | ||
bitcoiner-71 | 0 | 52,948,453 | 100% | ||
thedeplorable1 | 0 | 394,427,302 | 1% | ||
bitcoiner-24 | 0 | 50,948,390 | 100% | ||
eem | 0 | 185,395,830 | 75% | ||
cgame | 0 | 3,992,146,608 | 100% | ||
smalltalk | 0 | 548,052,027 | 100% | ||
tohamy7 | 0 | 0 | 0% | ||
bitcoiner-51 | 0 | 96,045,954 | 100% | ||
blacklist | 0 | 208,649,479 | 1% | ||
javirid | 0 | 495,075,161 | 100% | ||
cassidyandfranks | 0 | 1,962,602,612 | 100% | ||
denmarkguy | 0 | 113,501,142 | 1% | ||
animal-shelter | 0 | 1,393,809,076 | 100% | ||
vegaiq | 0 | 230,175,911 | 100% | ||
adminpoly | 0 | 187,420,699 | 50% | ||
amuse | 0 | 211,638,669 | 100% | ||
kornykory | 0 | 364,573,120 | 100% | ||
vickykumar | 0 | 0 | -100% | ||
deorro | 0 | 0 | 100% |
>``` >RUN source /root/.nvm/nvm.sh \ > && node -p "crypto.randomBytes(32).toString('base64')" > key.txt > >#RUN sed -ie "s/somelongsecretstring/$(cat key.txt)/g" steem-dev.json > >## Warning, big hack, if you can figure out how to get that sed command above to work ># let me know >RUN sed -ie 's/somelongsecretstring/KrddWYj8wPonvIpjfNvNyJiw8RfVyOfvEaeXcWeOMHI=/g' steem-dev.json >``` I guess the tricky part is that `/` is a valid character in a base64 string, so if there is a `/` is in key.txt, the `sed` command sometimes won't work. Try this: ``` RUN sed -ie "s#somelongsecretstring#$(cat key.txt)#g" steem-dev.json ```
author | abit |
---|---|
permlink | re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170215t215856881z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-15 21:59:27 |
last_update | 2017-02-15 21:59:27 |
depth | 1 |
children | 2 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.904 HBD |
curator_payout_value | 1.967 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 630 |
author_reputation | 141,171,499,037,785 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,517,280 |
net_rshares | 33,090,026,529,727 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jamesc | 0 | 692,143,226,532 | 1% | ||
abit | 0 | 30,998,887,954,619 | 100% | ||
neoxian | 0 | 618,100,096,291 | 100% | ||
ausbitbank | 0 | 97,810,160,347 | 100% | ||
demotruk | 0 | 679,518,804,050 | 100% | ||
zedikaredirect | 0 | 3,566,287,888 | 100% |
Thanks! I'll try it.
author | neoxian |
---|---|
permlink | re-abit-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170215t223853567z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-15 22:38:54 |
last_update | 2017-02-15 22:38:54 |
depth | 2 |
children | 0 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 167,518,222,673,938 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,517,585 |
net_rshares | 0 |
It worked brilliantly.
author | neoxian |
---|---|
permlink | re-abit-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170215t231604364z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-15 23:16:03 |
last_update | 2017-02-15 23:16:03 |
depth | 2 |
children | 0 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.645 HBD |
curator_payout_value | 1.881 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 167,518,222,673,938 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,517,854 |
net_rshares | 32,314,261,783,707 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 30,998,887,954,619 | 100% | ||
neoxian | 0 | 618,132,095,399 | 100% | ||
demotruk | 0 | 693,675,445,801 | 100% | ||
zedikaredirect | 0 | 3,566,287,888 | 100% |
This is fantastic. Now to find some time to try it out ... :)
author | ervin-lemark |
---|---|
permlink | re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170215t230406769z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-15 23:04:24 |
last_update | 2017-02-15 23:04:24 |
depth | 1 |
children | 0 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 474,535,448,895,354 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,517,765 |
net_rshares | 618,100,096,291 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
neoxian | 0 | 618,100,096,291 | 100% |
you done flagging my shit too, or do you want some of this too bro. Because i've had enough ok. If your cool, cool. But there is going to be no more bullshit from anyone without backlashes in massive degree. I will not hold back anymore on anything. So do we got us a problem, or do we have us a truce. I leave your shit alone, you leave mine the fuck alone.
author | iloveupvotes |
---|---|
permlink | re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170214t172437597z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-14 17:24:33 |
last_update | 2017-02-14 17:24:33 |
depth | 1 |
children | 11 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 358 |
author_reputation | -5,859,744,228,034 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,506,929 |
net_rshares | -25,683,495,612 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thebotkiller | 0 | -5,025,419,819 | -2% | ||
iflagtrash | 0 | -20,658,075,793 | -1% |
Hi, there is no need for me to flag you any more, seeing that you have an extremely low reputation now. If you read my post above, you will see that it is possible to run an un-censored version of steemit locally on your own machine.
author | neoxian |
---|---|
permlink | re-iloveupvotes-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170214t172802241z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-14 17:28:03 |
last_update | 2017-02-14 17:28:03 |
depth | 2 |
children | 10 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.293 HBD |
curator_payout_value | 1.414 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 234 |
author_reputation | 167,518,222,673,938 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,506,954 |
net_rshares | 30,401,463,210,278 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 29,756,833,898,374 | 100% | ||
neoxian | 0 | 644,264,738,784 | 100% | ||
kornykory | 0 | 364,573,120 | 100% |
i saw, i like your posts and work. I dont like how you stalked my list and above all i dont like how you made a call to make it harder for new users to grow. A better decision could have been made neoxian. I abused it only to have a voice after attacked. I don't see a rash pattern, nor was it something I enjoyed. Maybe look more into that man and make the right choice. Change weight limits per insert type man, but newcomers not having @ mentions to grow is wrong. Help me fix that please.
author | iloveupvotes |
---|---|
permlink | re-neoxian-re-iloveupvotes-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170214t173155796z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-14 17:31:51 |
last_update | 2017-02-14 17:31:51 |
depth | 3 |
children | 3 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 492 |
author_reputation | -5,859,744,228,034 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,506,974 |
net_rshares | -25,683,495,612 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thebotkiller | 0 | -5,025,419,819 | -2% | ||
iflagtrash | 0 | -20,658,075,793 | -1% |
This was never about accounts neoxian. To any paying attention until now. I could have made 100 by now and done way more damage. It's about learning. It's also about moral points. And again, I could have left them and faded away into a new. This was a choice made and is made. You see flaws in the system, you change them. But do not change them in a manner where others can't grow. Remember this is a chain man. I know no one makes promises lately. But if you get that changed, I'll leave these accounts and this mess behind and won't speak of it. But make that fair decision for the people. DOn't take @ mentions away from them. Just make it so that they can only insert like 10 per post. Give them a chance before no chance leads to zero.
author | iloveupvotes |
---|---|
permlink | re-neoxian-re-iloveupvotes-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170214t173819201z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-14 17:38:15 |
last_update | 2017-02-14 17:38:15 |
depth | 3 |
children | 5 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 741 |
author_reputation | -5,859,744,228,034 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,507,008 |
net_rshares | -25,683,495,612 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thebotkiller | 0 | -5,025,419,819 | -2% | ||
iflagtrash | 0 | -20,658,075,793 | -1% |
You might not need *nvm* to install node 6.. Have a look around, it is working under this setup: https://github.com/steemit/imagehoster/blob/a8bba5463a1c55a25f7be10f64d90835a8ec02cb/imagehoster/Dockerfile#L1
author | jamesc |
---|---|
permlink | re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170216t145709134z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://github.com/steemit/imagehoster/blob/a8bba5463a1c55a25f7be10f64d90835a8ec02cb/imagehoster/Dockerfile#L1"],"app":"steemit/0.1"} |
created | 2017-02-16 14:57:09 |
last_update | 2017-02-16 14:57:09 |
depth | 1 |
children | 1 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 209 |
author_reputation | 11,900,157,451,513 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,522,837 |
net_rshares | 631,341,871,232 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
neoxian | 0 | 631,341,871,232 | 100% |
Cool thanks for the pointer.
author | neoxian |
---|---|
permlink | re-jamesc-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170216t160421985z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-16 16:04:21 |
last_update | 2017-02-16 16:04:21 |
depth | 2 |
children | 0 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 167,518,222,673,938 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,523,322 |
net_rshares | 0 |
How does this post have such a low payout.. ? This is GREAT info! Thanks for this
author | klye |
---|---|
permlink | re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170215t042200877z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-15 04:20:36 |
last_update | 2017-02-15 04:20:36 |
depth | 1 |
children | 3 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 412,497,045,044,386 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,510,906 |
net_rshares | 604,869,603,170 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
neoxian | 0 | 604,869,603,170 | 100% |
Heh, thanks, I did work hard on this one. And i've posted songs that have made 7 dollars, that's Steemit for ya!
author | neoxian |
---|---|
permlink | re-klye-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170215t054906483z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-15 05:49:06 |
last_update | 2017-02-15 05:49:06 |
depth | 2 |
children | 1 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.526 HBD |
curator_payout_value | 1.496 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 167,518,222,673,938 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,511,221 |
net_rshares | 31,148,279,686,770 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 30,376,767,937,924 | 100% | ||
klye | 0 | 166,642,145,676 | 100% | ||
neoxian | 0 | 604,869,603,170 | 100% |
I can tell you put effort into this. Doing tutorial / walkthrough type posts can take a damn long time. Bookmarked this and followed you.. Which I should have done a while ago. Cheer man.
author | klye |
---|---|
permlink | re-neoxian-re-klye-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170215t063243783z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-15 06:31:18 |
last_update | 2017-02-15 06:31:18 |
depth | 3 |
children | 0 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 188 |
author_reputation | 412,497,045,044,386 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,511,359 |
net_rshares | 0 |
Yea it a shame, this is fantastic, I was just going to see how to get Steemit.com working locally very soon to try out some tweaks, you've saved me a lot of time @neoxian ! 😆 👍 💯
author | personz |
---|---|
permlink | re-klye-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170215t103041909z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["neoxian"],"app":"steemit/0.1"} |
created | 2017-02-15 10:30:42 |
last_update | 2017-02-15 10:30:42 |
depth | 2 |
children | 0 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 181 |
author_reputation | 42,452,361,038,560 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,512,397 |
net_rshares | 644,321,612,333 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
neoxian | 0 | 644,321,612,333 | 100% |
There is already a `Dockerfile` in the master branch of https://github.com/steemit/steemit.com - in fact, steemit.com is running off of it right now. :) Your best bet is to use that one, overriding the config anywhere you diverge from ours. The defaults baked in should be good for most use cases, and tons is configurable via environment variables. PS: It's on :8080 (main) and :8081 (webpack) now for compatibility with Google Cloud Shell development.
author | sneak |
---|---|
permlink | re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170217t032437061z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://github.com/steemit/steemit.com"],"app":"steemit/0.1"} |
created | 2017-02-17 03:24:15 |
last_update | 2017-02-17 03:32:42 |
depth | 1 |
children | 1 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 456 |
author_reputation | 28,694,344,106,492 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,527,548 |
net_rshares | 606,307,004,633 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
neoxian | 0 | 606,307,004,633 | 100% |
Thanks! Yes I did spot that. I'll definitely try to make use of that one.
author | neoxian |
---|---|
permlink | re-sneak-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170217t033442949z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-17 03:34:42 |
last_update | 2017-02-17 03:34:42 |
depth | 2 |
children | 0 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 167,518,222,673,938 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,527,598 |
net_rshares | 0 |
You don't need to build it yourself... we provide official docker images for all branches: https://hub.docker.com/r/steemit/steemit.com/
author | sneak |
---|---|
permlink | re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170217t032953697z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://hub.docker.com/r/steemit/steemit.com/"],"app":"steemit/0.1"} |
created | 2017-02-17 03:29:30 |
last_update | 2017-02-17 03:29:30 |
depth | 1 |
children | 0 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.572 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 137 |
author_reputation | 28,694,344,106,492 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,527,570 |
net_rshares | 1,345,369,010,348 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jamesc | 0 | 692,179,413,376 | 1% | ||
neoxian | 0 | 649,623,309,084 | 100% | ||
zedikaredirect | 0 | 3,566,287,888 | 100% |
how about hosting one's on website on the steem blockchain, how does that work?
author | surpassinggoogle |
---|---|
permlink | re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170216t150352020z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-16 15:03:51 |
last_update | 2017-02-16 15:03:51 |
depth | 1 |
children | 1 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | 527,661,560,108,742 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,522,888 |
net_rshares | 631,341,871,232 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
neoxian | 0 | 631,341,871,232 | 100% |
Hmm, I'm not too sure how that would work.
author | neoxian |
---|---|
permlink | re-surpassinggoogle-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170216t153554765z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-16 15:35:54 |
last_update | 2017-02-16 15:35:54 |
depth | 2 |
children | 0 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 167,518,222,673,938 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,523,115 |
net_rshares | 0 |
This is awesome! Any idea what it would take to get this running for a proper steem wallet so we could create POW accounts?
author | tradeqwik |
---|---|
permlink | re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170216t234955797z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-16 23:49:57 |
last_update | 2017-02-16 23:49:57 |
depth | 1 |
children | 0 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | 11,238,114,179,948 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,526,301 |
net_rshares | 619,483,410,873 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
neoxian | 0 | 619,483,410,873 | 100% |
Can you build containers for bitshares and windows too?
author | vato |
---|---|
permlink | re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170216t143045611z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-16 14:30:48 |
last_update | 2017-02-16 14:30:48 |
depth | 1 |
children | 3 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 3,378,892,006,080 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,522,660 |
net_rshares | 786,619,483,046 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vato | 0 | 155,277,611,814 | 100% | ||
neoxian | 0 | 631,341,871,232 | 100% | ||
pokerpuertorico | 0 | 0 | -100% |
There is a version of docker for windows, so you could run the above container in windows. A container could be made for bitshares. Can you run windows inside of a container? That I'm not sure about.
author | neoxian |
---|---|
permlink | re-vato-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170216t143441919z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-16 14:34:42 |
last_update | 2017-02-16 14:34:42 |
depth | 2 |
children | 2 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.646 HBD |
curator_payout_value | 1.548 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 202 |
author_reputation | 167,518,222,673,938 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,522,684 |
net_rshares | 29,143,224,209,462 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 28,523,739,878,220 | 100% | ||
neoxian | 0 | 619,484,331,242 | 100% | ||
seraph | 0 | 0 | 100% | ||
pokerpuertorico | 0 | 0 | 0% |
I know docker is running under windows. But as far as I know a linux docker container cannot be run in a windows docker. and no you cannot run the whole windows OS in a container. so basically my question is if you could provide windows docker containers for BitShares and Steemit too?
author | vato |
---|---|
permlink | re-neoxian-re-vato-re-neoxian-the-super-easy-guide-to-running-steemit-com-on-your-own-machine-using-docker-20170216t145719762z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-02-16 14:57:21 |
last_update | 2017-02-16 14:57:21 |
depth | 3 |
children | 1 |
last_payout | 2017-03-19 05:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 285 |
author_reputation | 3,378,892,006,080 |
root_title | "The super easy guide to running Steemit.com on your own machine! (Using Docker)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,522,839 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pokerpuertorico | 0 | 0 | -100% |