Skip to content

[BUG] Error in Docker container #362

@GitXpresso

Description

@GitXpresso

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

After the Container is done pulling and downloading and then starts when you go to the specified port then open the terminal you will get this error: "Warning: Could not find '', starting '/bin/bash' instead. Please check your profile settings." the solution to that problem is export the SHELL variable in .bash_profile or .bashrc to fix that error

Expected Behavior

Not give the error: "Warning: Could not find '', starting '/bin/bash' instead." every time .bash_profile was ran.

Steps To Reproduce

  1. When opening the Port: 8070 in the browser
  2. Opening the terminal causing .bash_profile to run
  3. Then caused error: "Warning: Could not find '', starting '/bin/bash' instead. Please check your profile settings."

Environment

- OS: Fedora
- How docker service was installed:
The docker contain was ran using Docker CLI in a bash script.
two environment variables who added
* -e CUSTOM_PORT=8070
* -e CUSTOM_HTTPS_PORT=3004
*  -v $HOME/.fedora-kde:/config/.librewolf \
*  -v $HOME/.fedora-kde:/home/abc \
*  -v $HOME/.config:/config-kde \

CPU architecture

x86-64

Docker creation

#!/bin/bash
docker run -d \
  --name=fedora-kde \
  -e PUID=1000 \
  -e PGID=1000 \
  -e CUSTOM_PORT=8070 \
  -e CUSTOM_HTTPS_PORT=3004 \
  -e TZ=America/Indiana/Indianapolis \
  -p 8070:8070 \
  -p 3004:3004 \
  -v $HOME/.fedora-kde:/config/.librewolf \
  -v $HOME/.fedora-kde:/home/abc \
  -v $HOME/.config:/config-kde \
  --shm-size="2gb" \
  ghcr.io/linuxserver/webtop:fedora-kde

Container logs

[pcmflux] Status | Read: 100, Silent: 0 (0.0%), Encoded: 100, Rate: 1.20 kbps
[pcmflux] Status | Read: 100, Silent: 0 (0.0%), Encoded: 100, Rate: 1.20 kbps
[pcmflux] Status | Read: 100, Silent: 0 (0.0%), Encoded: 100, Rate: 1.20 kbps
[pcmflux] Status | Read: 100, Silent: 0 (0.0%), Encoded: 100, Rate: 1.20 kbps

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions