February 12, 201511 yr I am wanting to learn how to make my own docker file with something like nzbget. I know I can do it with a template but I want to create my own repo. I would like for someone to point me in the right direction. I have already signed up on docker. Advice?
February 12, 201511 yr Go to the docker website and use their walkthroughs. Its insanely simple. I had my first docker in under 30 minutes from starting. I used boot2docker to do the development on windows, but you should be able to do all those steps on unraid.
February 15, 201511 yr Author Well, I have just made myself more confused. It appears I need not only a docker account but a git account too? Because I tried creating a docker and I couldn't figure out how to add the dockerfile tab. It looked like a lot of people are pulling code from git and passing it to docker and all kinds of crazyness. OR am I just reading too much into the process?
February 15, 201511 yr Well, I have just made myself more confused. It appears I need not only a docker account but a git account too? Because I tried creating a docker and I couldn't figure out how to add the dockerfile tab. It looked like a lot of people are pulling code from git and passing it to docker and all kinds of crazyness. OR am I just reading too much into the process? Thats a more advanced item that you dont ned to get into. You can work with docker with purely local files.
February 15, 201511 yr Author Well, I am talking about starting from scratch. For example, picking my own Linux distro and creating a docker container that utilizes it and puts a copy of CouchPotato on it. IE: I get to use the Linux base image of my choosing and install CP to it. I hope I am making sense. I just want to learn how to do it.
February 15, 201511 yr Most of the docker images I make now use Phusion base 0.9.16 as the main linux base. I merely install software on top of that. Select that one or a ubuntu or a debian base. No need to do all the nasty grunt work when others have already done that for you. Creating your own mini linux os image is well outside the scope of making docker easy to use.
February 15, 201511 yr And yes, you can use your own files locally to add into your docker container all without having a git account. You just stage your files locally including your dockerfile. Have you not followed the hello world example that shows doing exactly that without using github at all? http://docs.docker.com/userguide/dockerimages/
February 15, 201511 yr Author I had did a simulation thing where it was pulling images and doing the hello world thing. But I believe the link you send me will show me what I need. I am going to look it over and experiment. I will post again once I have done that or if I have questions or run into roadblocks. I really appreciate your assistance.
February 15, 201511 yr Maybe you can find tips here http://lime-technology.com/forum/index.php?topic=37592.0 That helped me. Sparklyballs was a great help. I didn't know where to start.
February 15, 201511 yr Author Maybe you can find tips here http://lime-technology.com/forum/index.php?topic=37592.0 That helped me. Sparklyballs was a great help. I didn't know where to start. Thanks! I am where you were.
February 15, 201511 yr First steps huh? I am still in beginners fase. I have no plans to build a repo, but who knows.
February 17, 201511 yr Author I am just wanting to learn how it all gets put together. If I need to buy a git repository and a docker repository I will. I figured I would start with the nice base image: https://registry.hub.docker.com/u/phusion/baseimage/ And then get something like nzbget or couchpotato or something like that in there. The only issue is them stepping on my other ones that are running. We'll see. I'll be working on this tonight and the next 4 days and will post my progress.
Archived
This topic is now archived and is closed to further replies.