curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - || date | vi -

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

adds gpg key into apt-key add as argument


date | vi -
#opens vi with current date

Comments

Popular posts from this blog

15 managing disk - understanding /etc/fstab xfs_admin mount -o rw,remount /

tomcat catalina coyote jasper cluster

list services on startup | initctl list | service --status-all | systemctl list-unit-files --type=service