Ubuntu server works.

This commit is contained in:
Joe Tretter
2022-09-29 16:45:35 -05:00
parent b50c7e9ddc
commit 519b3378b1
5 changed files with 72 additions and 29 deletions

11
setupAppServer.sh Normal file
View 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