Go to file
2024-05-09 02:31:02 +02:00
.drone.yml init 2019-11-15 21:46:02 +00:00
Dockerfile Make version explicit 2024-05-09 02:31:02 +02:00
README.md Make version explicit 2024-05-09 02:31:02 +02:00
run.sh run.sh: Remove latency offset 2024-05-09 02:25:16 +02:00

osu!lazer in docker

How to use

Building

Using podman/buildah:

buildah build --format docker --layers -t osu --build-arg OSU_VERSION=2024.412.1

Change 2024.412.1 to the newest osu! version.

Running

Place run.sh in a directory of your choice. On first run, the directories data and import will be created.

To import a beatmap, place it in the import directory, open a graphical file manager and drag-and-drop the file into osu!.

Known Bugs

  • osu! shows Couldnt list input devices. Is libasound2-dev installed? at startup. Fixing this requires installing libasound2-dev in the runtime container and mounting /dev/snd in the container. This is not done as this container is intended to be used with PulseAudio (which works).

This is not an official product by ppy Pty Ltd. osu! is a registered trademark by ppy Pty Ltd.