Skip to content

Instantly share code, notes, and snippets.

@plainbanana
Created January 20, 2018 11:04
Show Gist options
  • Save plainbanana/e36e977ee989c60ea5e2bd0f09017611 to your computer and use it in GitHub Desktop.
Save plainbanana/e36e977ee989c60ea5e2bd0f09017611 to your computer and use it in GitHub Desktop.
nextcloud on docker
#!/bin/bash
sudo docker exec -it $(sudo docker ps | grep -w nextcloud | awk '{print $1}') bash -c 'apt update -y && apt upgrade -y && apt install smbclient -y'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment