Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (16 loc) · 1.12 KB

SilverStripe image on Scaleway

Scripts to build the official SilverStripe image on Scaleway

This image is built using Image Tools and depends on the official Ubuntu image.


This image is meant to be used on a C1 server.

We use the Docker's building system and convert it at the end to a disk image that will boot on real servers without Docker. Note that the image is still runnable as a Docker container for debug or for inheritance.

More info


How to connect to your C1 server

See the documentation to connect your to your C1 server.

Install

Build and write the image to /dev/nbd1 (see documentation)

$ make install

Full list of commands available at: scaleway/image-tools