September 15, 20178 yr If I created a dockerfile and its use local files to build, how can I add it in the web ui?
September 15, 20178 yr Part of the answer is that you have to add it to the system via a template (ie: Docker - Add Container) and fill out all the appropriate items. It should find the build locally. But I can't help with the build part.
September 15, 20178 yr Author 15 minutes ago, Squid said: Part of the answer is that you have to add it to the system via a template (ie: Docker - Add Container) and fill out all the appropriate items. It should find the build locally. But I can't help with the build part. From what I see I can only put "Docker Hub URL" and "Repository" but not a local path to the dockerfile
September 15, 20178 yr https://docs.docker.com/engine/reference/commandline/build/ Then just translate the command to run to a blank template. Edited September 15, 20178 yr by CHBMB
September 15, 20178 yr Author 6 minutes ago, CHBMB said: Then just translate the command to run to a blank template. Do you mean after I run docker build a blank template will appear on Web UI?
September 15, 20178 yr No, but if you run the container from the command line, it will appear on the webui. Then you can see what it's called and create a template.
Archived
This topic is now archived and is closed to further replies.