Skip to content

Commit dba6c54

Browse files
authored
Update build instructions
1 parent eab62aa commit dba6c54

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,21 @@ Features
4747
Developing
4848
----------
4949

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+
5065
Requirements
5166
~~~~~~~~~~~~
5267

0 commit comments

Comments
 (0)