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.

Alpine Docker

Featured Replies

I've now created several working dockers by clicking "Add Container" on Unraid's Docker page, putting the docker's pull name as the repository, and adding ports and drives as needed. (For example, adding a container port 80 to an arbitrary port on the host.)

 

I wanted to start a new project with a barebone's server so I tried to create a docker with the alpine repository by using "alpine". The docker was successful creating itself but in "Stopped" mode with pressing "Start" not doing anything and nothing is showing in the logs.

 

Am I doing something wrong?

My guess would be that since the alpine repo you link to is a base image it doesnt have a useful entry point. Docker containers are not really designed to be full system containers, docker focuses on running a single main process within a containerized environment. The ENTRYPOINT and COMMAND fields in a dockerfile work together to specify what that process should be, without them a container wont start because there is in effect nothing for it to do. You can override the entrypoint at runtime (lookup docker documentation on specific flag then put it in the extra arguments field in the template) which would let you play around with the base image. The intended usage however would be to use the alpine image as a base for creating your own docker image. You would write a dockerfile with the alpine image in the FROM statement, add the dependencies for your desired application, then an ENTRYPOINT and CMD to specify how that application should be launched in the container when the container starts.

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.