Thiiiis far above hello world.
$ sudo apt install git
$ git clone $THISURL
| Utilities | |
| --------- | |
| htop | |
| tree | |
| atool | |
| the_silver_searcher (silversearcher-ag) | |
| whois | |
| mtr | |
| mosh | |
| vim |
| FROM centos:latest | |
| MAINTAINER jeffrey@borcean.xyz | |
| RUN yum upgrade -y | |
| RUN yum install -y \ | |
| man \ | |
| openssh-server \ | |
| screen \ | |
| vim \ |
User john (on host):
john $ cat > ~/.screenrc <<EOF
multiuser on
acladd mike
EOF
john $ sudo chmod u+s /usr/bin/screen
john $ sudo chmod 755 /var/run/screen