Jump to content
XPEnology Community

Recommendations for Docker Container manager?


Recommended Posts

I'd like to know about any Docker Container managers that work well with DSM 6.2.   I've seen Watchtower and Portainer mentioned, but there seem to be people who have had problems with these apps.  I'm just looking for some basic capabilities like updating to the latest container image files.  Thanks.

Link to comment
Share on other sites

At first you need to install the Docker package in the DSM Package Center.

Скрытый текст

1411046746_.thumb.png.6fbd5c68296fb9e3faeab8249b884c87.png

After that, you can install containers, for example Portainer https://portainer.readthedocs.io/en/latest/deployment.html

$ sudo docker volume create portainer_data
$ sudo docker run -d -p 9000:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer
Скрытый текст

2126257817_.thumb.png.5d0aac1c0624a2a8a9fd79d6ecd52e00.png

 

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...