Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to run Plain Ubuntu/Alpine Docker

Featured Replies

How to run Plain Ubuntu/Alpine Docker

Can get it to download an image but then it just quits.
How do I get it to serve / have a console I can fiddle with & learn.

Thanks

  • Community Expert

Do you want an ephemeral container (i.e. one that only exists while you are in it) or a long lived one that you can come back to? For something ephemeral you should be able to do something like

docker run --rm --it <other options> ubuntu:latest bash

which i believe should start and drop you into the container, you can leave the container shell and exec back into it later but when you stop the container, or if you exit the initial shell it will be remoevd.

For something longer lived you should do something like

docker run -d <various options> -l net.unraid.docker.webui="bash" ubuntu:latest sleep infinity

it should start a container which you can exec into or use the webui to open a console into.

Note this is just of the top of my head, I havent had a chance to try these out yet.

  • Author

Thanks the 2nd one.

Want to run an hourly python script in a self contained manor with some form of logging / uptime kuma.

Think I am staring to get there.

Should probably just build an image with everything in to deploy.

Edited by dopeytree

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.