File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,21 @@ Features
47
47
Developing
48
48
----------
49
49
50
+ Build UbuntuDockerPi
51
+ ~~~~~~~~~~~~~~~~~~~~
52
+
53
+ UbuntuDockerPi can be built using docker running either on an intel or RaspberryPi (supported ones listed).
54
+ Build requires about 4.5 GB of free space available.
55
+ You can build it assuming you already have docker and docker-compose installed issuing the following commands::
56
+
57
+
58
+ git clone https://github.com/guysoft/UbuntuDockerPi.git
59
+ cd UbuntuDockerPi/src/image
60
+ wget -c --trust-server-names 'https://cdimage.ubuntu.com/releases/20.04.4/release/ubuntu-20.04.4-preinstalled-server-arm64+raspi.img.xz'
61
+ cd ..
62
+ sudo docker-compose up -d
63
+ sudo docker exec -it ubuntudockerpi-build build
64
+
50
65
Requirements
51
66
~~~~~~~~~~~~
52
67
You can’t perform that action at this time.
0 commit comments