You can use root to perform following steps until a regular user is indicated
If one of these packages are not presented, kubeadm will report warnings or errors
pacman -S docker ebtables ethtool socat
You can use root to perform following steps until a regular user is indicated
If one of these packages are not presented, kubeadm will report warnings or errors
pacman -S docker ebtables ethtool socat
library(shiny) | |
library(datasets) | |
# user info database | |
# "098f6bcd4621d373cade4e832627b4f6" is the md5 value of string "test", | |
# so you need to type test for the password of user "auser" | |
users <- | |
data.frame(username = "auser", password = "098f6bcd4621d373cade4e832627b4f6") | |
shinyServer(function(input, output) { |