Ubuntu server works.
This commit is contained in:
11
setupAppServer.sh
Normal file
11
setupAppServer.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
apt -y update
|
||||
apt -y upgrade
|
||||
apt -y update
|
||||
apt -y install docker.io
|
||||
|
||||
docker image load -i /tmp/dumbserver.image.tar
|
||||
|
||||
docker run -d -p 1280:1280 dumbserver
|
||||
Reference in New Issue
Block a user