https://github.com/deviantony/anthony.portainer.io
Static content for anthony.portainer.io
https://github.com/deviantony/anthony.portainer.io
Last synced: 3 months ago
JSON representation
Static content for anthony.portainer.io
- Host: GitHub
- URL: https://github.com/deviantony/anthony.portainer.io
- Owner: deviantony
- Created: 2022-04-22T04:03:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T02:21:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T12:38:24.471Z (10 months ago)
- Language: Shell
- Size: 121 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anthony.portainer.io
Static content for anthony.portainer.io
# Install Docker + Portainer
Valid for Ubuntu 22.04
```
curl https://anthony.portainer.io/docker | sudo bash
```# LXD images build
Create a builder LXC container first:
```
lxc launch ubuntu:22.04 lxd-image-builder -c security.nesting=true
lxc exec lxd-image-builder bash
```## flask-docker
```
lxd init --minimal
lxc remote add --protocol simplestreams ubuntu-minimal https://cloud-images.ubuntu.com/minimal/releases/
lxc launch ubuntu-minimal:22.04 flask-docker-ub-2204-min
lxc exec flask-docker-ub-2204-min -- bash -c "curl https://anthony.portainer.io/lxd/image-build-flask-docker-ub-2204-min | bash"
lxc stop flask-docker-ub-2204-min
lxc publish flask-docker-ub-2204-min --alias flask-docker
lxc image export flask-docker flask-docker-ub-2204-min
```