Skip to content

Instantly share code, notes, and snippets.

@Sakata-MC
Last active May 24, 2020 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sakata-MC/822f94edb391a1d4397598eb7944fc37 to your computer and use it in GitHub Desktop.
Save Sakata-MC/822f94edb391a1d4397598eb7944fc37 to your computer and use it in GitHub Desktop.
root@ubuntu-util:/home/liath/config# docker create \
> --name=unifi-controller \
> -e PUID=1000 \
> -e PGID=1000 \
> -e MEM_LIMIT=1024M `#optional` \
> -p 3478:3478/udp \
> -p 10001:10001/udp \
> -p 8080:8080 \
> -p 8081:8081 \
> -p 8443:8443 \
> -p 8843:8843 \
> -p 8880:8880 \
> -p 6789:6789 \
> -v /home/liath/config:/config \
> --restart unless-stopped \
> linuxserver/unifi-controller
a70d13272ea83bed0b169b9d79e92f0015ab4b98d00486363f828dd3e22c7843
root@ubuntu-util:/home/liath/config# docker start unifi-controller
unifi-controller
root@ubuntu-util:/home/liath/config# docker logs -f unifi-controller -t
2020-05-24T00:34:56.928286394Z execlineb: fatal: unable to open /init for reading: Permission denied
2020-05-24T00:34:57.668589031Z execlineb: fatal: unable to open /init for reading: Permission denied
2020-05-24T00:34:58.443811075Z execlineb: fatal: unable to open /init for reading: Permission denied
2020-05-24T00:34:59.369144856Z execlineb: fatal: unable to open /init for reading: Permission denied
2020-05-24T00:35:00.738202248Z execlineb: fatal: unable to open /init for reading: Permission denied
2020-05-24T00:35:02.881378953Z execlineb: fatal: unable to open /init for reading: Permission denied
2020-05-24T00:35:06.610969410Z execlineb: fatal: unable to open /init for reading: Permission denied
root@ubuntu-util:/home/liath/config#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment