Droppisalt

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Droppisalt's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Really have no idea either, hoping it's just a one-off. And thank you, needed that last part. Other question, what is the default sudo password?
  2. Ah! wasn't executable... working now! I knew it'd be something I missed haha Thanks!
  3. When running `docker`, I get command not found: [nobody@aaa568c660eb appdata]$ docker bash: docker: command not found I also tried deleting my config file in appdata and re-installing the app but it still doesn't seem to install it. After adding pacman_packages="docker", I tried restarting the container and force updating it, but no luck.
  4. Hello! Not sure why, but docker isn't being installed even when added to "example-startup-script.sh" as pacman_packages="docker"
  5. Trying to "compose up" my docker-compose.yml and getting this error: unknown shorthand flag: 'f' in -f EDIT: also getting this error. Not sure what's up with my permissions: Invalid Plugins: compose failed to fetch metadata: fork/exec /root/.docker/cli-plugins/docker-compose: permission denied Any clue on what is going on?