Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 916 Bytes

how-to-migrate-to-apline-linux.md

File metadata and controls

18 lines (11 loc) · 916 Bytes

How to migrate to Apline Linux

Since version 2301, healthsamurai/aidboxone and healthsamurai/multibox images are based on Apline Linux and run from a non-root user. User name aidbox uid=1000

If you use aidboxone as a base image to build your own containers you need to make the following changes

  • Use apk instead of yum
  • Use /bin/sh instead of /bin/bash

If you use volumes, you will need to change the access rights

  • change zen package cash dir ownership (when volume mount)
chown -R $APPLICATION_USER /zen/package/dir