GhostWriters / DockSTARTer

DockSTARTer helps you get started with running apps in Docker.
https://dockstarter.com/
MIT License
2.22k stars 229 forks source link

[Feature Request] Ability to install in CoreOS #1730

Closed dylanmtaylor closed 4 months ago

dylanmtaylor commented 7 months ago

Feature request

Is your feature request related to a problem? Please describe. It doesn't install on CoreOS (specifically the ucore-hci spin, as the filesystem is immutable)

2024-02-20 19:26:28 [INFO  ]   Creating /usr/bin/ds symbolic link for DockSTARTer.
ln: failed to create symbolic link '/usr/bin/ds': Read-only file system
2024-02-20 19:26:28 [FATAL ]   Failed to create symlink.
Failing command: sudo ln -s -T "/var/home/dylan/.docker/main.sh" /usr/bin/ds
DockSTARTer did not finish running successfully.

Describe the solution you'd like Make the symlink at $HOME/bin/ instead if the root filesystem is read only.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. N/A

Additional context Add any other context or screenshots about the feature request here. N/A

dylanmtaylor commented 7 months ago

This probably needs patched in two spots.

.scripts/symlink_ds.sh: info "Creating /usr/bin/ds symbolic link for DockSTARTer." .scripts/symlink_ds.sh: info "Creating /usr/local/bin/ds symbolic link for DockSTARTer."

github-actions[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.