Ruby installed image, on Debian sid amd64
10K+
docker run -d minimum2scp/ruby
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 02:38 ? Ss 0:00 init [2]
root 37 1 0 02:38 ? Ssl 0:00 /usr/sbin/rsyslogd
root 62 1 0 02:38 ? Ss 0:00 /usr/sbin/cron
root 73 1 0 02:38 ? Ss 0:00 /usr/sbin/sshd
root 80 73 1 02:38 ? Ss 0:00 \_ sshd: debian [priv]
debian 82 80 0 02:38 ? S 0:00 \_ sshd: debian@pts/0
debian 83 82 0 02:38 pts/0 Ss 0:00 \_ -bash
debian 134 83 0 02:38 pts/0 R+ 0:00 \_ ps -ef fww
rbenv is installed in /opt/rbenv.
rbenv gloabl (/opt/rbenv/version) is not defined, and no rubies are built.
$ rbenv versions
* system (set by /opt/rbenv/version)
rbenv is installed in /opt/rbenv, and some plugins are installed.
For bash user: automatically loaded rbenv by /etc/profile.d/rbenv.sh
For zsh user: zsh does not load /etc/profile.d, so you have to load /etc/profile.d/rbenv.sh by yourself.
Content type
Image
Digest
sha256:bbbed4764…
Size
564.3 MB
Last updated
9 days ago
docker pull minimum2scp/ruby