July 14, 20178 yr I am creating a Docker to be command line only (I'll explain later). There will not be any Docker GUI. How can I get into the Docker from the unRAID Docker GUI just like going to the Docker GUI by clicking on the icon? I don't want to go to a command line and do the docker exec thing. Any of you Docker gurus out there got any ideas?
July 14, 20178 yr Only option is to exec into it. You could use the command line plugin so it's all in the gui. Might be you could add the ut to the plugin in the webgui field.
July 14, 20178 yr If any commands, etc have to be interactive, then docker exec is it. If its not interactive, then user.scripts
July 14, 20178 yr Author 4 hours ago, saarg said: Only option is to exec into it. You could use the command line plugin so it's all in the gui. Might be you could add the ut to the plugin in the webgui field. What is the command line plugin?
July 14, 20178 yr Author 2 hours ago, Squid said: If any commands, etc have to be interactive, then docker exec is it. If its not interactive, then user.scripts It is interactive.
July 14, 20178 yr 2 minutes ago, dlandon said: What is the command line plugin? look in CA. Gives you the ability to hit the command line via your browser. Edited July 14, 20178 yr by Squid
July 17, 20178 yr Author I managed to get this working with a GUI by installing shell in a box in the Docker and setting up a user with sudo privileges so they can log in and have root privileges. I also set up the user's home directory to where the programs are located. Works just like I want. I had to set up a special user because you can't log into a Docker as root.
Archived
This topic is now archived and is closed to further replies.