Sign inSign up

magic4wei/casaos

By magic4wei

Updated over 2 years ago

Image
2

8.6K

magic4wei/casaos repository overview

Run CasaOS in Docker container. Currently this image is built from jrei/systemd-ubuntu, which enables systemd command in container, in order to install CasaOS successfully.

Dependencies:

  • Install Docker on host machine, since this image will use host docker command.

Run:

docker run -it -d \
--name casaos-app \
--net=host \
--restart=always \
--tmpfs /tmp \
--tmpfs /run \
--tmpfs /run/lock \
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /usr/bin/docker:/usr/bin/docker \
-v /DATA:/DATA \
magic4wei/casaos

Tag summary

Content type

Image

Digest

sha256:cc5f7f53c

Size

211 MB

Last updated

over 2 years ago

docker pull magic4wei/casaos