AMD based Compute VMs with 1/8 OCPU and 1 GB memory - amd64 CPU
RAM
free -m
total used free shared buff/cache available
Mem: 964 290 69 3 603 513
Swap: 4095 0 4095
Docker
sudo docker --version && sudo docker compose version
Docker version 20.10.22, build 3a2c30b
Docker Compose version v2.14.1
## Check working docker
sudo docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
2db29710123e: Pull complete
Digest: sha256:94ebc7edf3401f299cd3376a1669bc0a49aef92d6d2669005f9bc5ef028dc333
Status: Downloaded newer image for hello-world:latest
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
1. The Docker client contacted the Docker daemon.
2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
(amd64)
3. The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID:
https://hub.docker.com/
For more examples and ideas, visit:
https://docs.docker.com/get-started/
❯ curl -sSL https://raw.githubusercontent.com/frappe/bench/develop/easy-install.py > easy-install.py
❯ python3 easy-install.py --help
usage: easy-install.py [-h] [-p] [-d] [-s SITENAME] [-n PROJECT] [--email EMAIL] [-v VERSION]
Install Frappe with Docker
options:
-h, --help show this help message and exit
-p, --prod Setup Production System
-d, --dev Setup Development System
-s SITENAME, --sitename SITENAME
The Site Name for your production site
-n PROJECT, --project PROJECT
Project Name
--email EMAIL Add email for the SSL.
-v VERSION, --version VERSION
ERPNext version to install, defaults to latest stable
try -v v13.43.2 or --version=v13.43.2 if it works for you.