tDiary (http://www.tdiary.org) image, on Debian sid amd64.
10K+
docker run -d -p 18080:80 minimum2scp/tdiary
and then open http://localhost:18080/ or http:/// by browser.
The default account is username: "debian", password: "debian".
ssh login to container:
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no debian@<container IP address>
or use published port:
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p <published ssh port> debian@localhost
id debian: uid=2000(debian) gid=2000(debian) groups=2000(debian),4(adm),27(sudo)UID PID PPID C STIME TTY STAT TIME CMD
root 1 0 0 01:52 ? Ss 0:00 init [2]
root 334 1 0 01:52 ? Ssl 0:00 /usr/sbin/rsyslogd
root 359 1 0 01:52 ? Ss 0:00 /usr/sbin/cron
root 370 1 0 01:52 ? Ss 0:00 nginx: master process /usr/sbin/nginx
www-data 371 370 0 01:52 ? S 0:00 \_ nginx: worker process
www-data 372 370 0 01:52 ? S 0:00 \_ nginx: worker process
www-data 373 370 0 01:52 ? S 0:00 \_ nginx: worker process
www-data 375 370 0 01:52 ? S 0:00 \_ nginx: worker process
root 383 1 0 01:52 ? Ss 0:00 /usr/sbin/sshd
root 520 383 0 01:52 ? Ss 0:00 \_ sshd: debian [priv]
debian 522 520 0 01:52 ? S 0:00 \_ sshd: debian@pts/0
debian 523 522 0 01:52 pts/0 Ss 0:00 \_ -bash
debian 685 523 0 01:52 pts/0 R+ 0:00 \_ ps -ef fww
root 389 1 0 01:52 ? Ss 0:00 /usr/bin/python /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
debian 567 389 17 01:52 ? Sl 0:01 \_ ruby /home/debian/go/src/github.com/tdiary/tdiary-core/vendor/bundle/ruby/2.2.0/bin/tdiary server
tDiary is installed in /home/debian/tdiary, all components are installed by git-clone (with master branch)
debian@f3612393eea3:~$ tree -L 1 ~/tdiary ~/go/src/github.com/tdiary
/home/debian/tdiary
|-- data
|-- start.sh
`-- tdiary.conf
/home/debian/go/src/github.com/tdiary
|-- tdiary-blogkit
|-- tdiary-cache-memcached
|-- tdiary-cache-null
|-- tdiary-cache-redis
|-- tdiary-contrib
|-- tdiary-core
|-- tdiary-io-mongodb
|-- tdiary-io-rdb
|-- tdiary-style-emptdiary
|-- tdiary-style-etdiary
|-- tdiary-style-gfm
|-- tdiary-style-rd
|-- tdiary-theme
`-- tdiary-theme-nonfree
14 directories, 2 files
~/tdiary/.htpasswd:
~/tdiary/tdiary.conf:
@data_path: points ~/tdiary/data directory@style: changed to 'GFM'~/go/src/github.com/tdiary/tdiary-core/Gemfile.local:
~/tdiary/start.sh:
Content type
Image
Digest
sha256:2abb12ec3…
Size
674 MB
Last updated
9 days ago
docker pull minimum2scp/tdiary