modified: README.md
new file: beloit/menu.png
new file: clay/menu.png
new file: docker.sh
new file: docker/Dockerfile
new file: docker/entrypoint.sh
new file: index.html
new file: setup.sh
new file: st_marys/menu.png
new file: startup.sh
10 lines
209 B
Bash
10 lines
209 B
Bash
#!/bin/bash
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y uidmap xautomation unclutter curl wget
|
|
|
|
curl -fsSL https://get.docker.com -o get-docker.sh
|
|
sudo sh get-docker.sh
|
|
|
|
dockerd-rootless-setuptool.sh install
|