docker run command line options from gui

Currently reading
docker run command line options from gui

Last edited:
so running one docker container - it runs find - but it can't access external shares, because it's running as user id 1000. It has an environment variable you can set - NB_UID = the uid - but the document says "for this option to take effect, you must run the container with --user root". Alternatively - you can run the container with "--user blah --group-add users"- which is even better.

But I'm doing all my management of docker through the gui - I can set environment variables, change the command - but I can't see any way to add actual docker command line parameters.

Is it possible?
Is there some other way of doing what I want ot do?
-- post merged: --

I just created the docker container from the command line, and it works - but it seesms strange I need to ssh in?
 
so running one docker container - it runs find - but it can't access external shares, because it's running as user id 1000. It has an environment variable you can set - NB_UID = the uid - but the document says "for this option to take effect, you must run the container with --user root". Alternatively - you can run the container with "--user blah --group-add users"- which is even better.

But I'm doing all my management of docker through the gui - I can set environment variables, change the command - but I can't see any way to add actual docker command line parameters.

Is it possible?
Is there some other way of doing what I want ot do?
-- post merged: --

I just created the docker container from the command line, and it works - but it seesms strange I need to ssh in?
It's not strange. Docker UI from Synology has no support for a lot of default elements that you can do via CLI, as Docker is actually a CLI platform. Look into running your containers via docker-compose using Portainer (web UI) if you want a UI element with support for 100% docker commands.

Setting up Portainer - Portainer - Docker container managment made easy
Running docker-compose with Portainer - Portainer 2.6 - using STACKS
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

I have no idea what you are doing, but I just tested it based on the instructions of the guide you linked...
Replies
11
Views
2,789
@one-eyed-king , I have tried your first step: sudo synogroup --add docker and encounter the following...
Replies
11
Views
31,081
Done on both my NAS'es running Docker! :) Thanks again!
Replies
9
Views
13,514
Thank you for your feedback on the matter. There is no need to break this into multiple topics considering...
Replies
30
Views
10,204
I am trying to solve a similar case: I am going to run my nginx:stable-alpine web server in Docker, with...
Replies
16
Views
10,639
  • Locked
Locking this thread due to publish tutorial...
Replies
30
Views
14,052

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Trending threads

Back
Top