{"id":22856671,"url":"https://github.com/deis/example-dockerfile-http","last_synced_at":"2025-04-30T15:13:45.033Z","repository":{"id":24066782,"uuid":"27453041","full_name":"deis/example-dockerfile-http","owner":"deis","description":"A simple Dockerfile app for Deis, the open source PaaS","archived":false,"fork":false,"pushed_at":"2017-05-19T16:56:48.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":9,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-03-30T17:12:02.548Z","etag":null,"topics":["deis-workflow","dockerfile","example","http-server"],"latest_commit_sha":null,"homepage":"https://deis.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-02T20:56:55.000Z","updated_at":"2017-03-01T20:49:44.000Z","dependencies_parsed_at":"2022-08-22T10:40:17.149Z","dependency_job_id":null,"html_url":"https://github.com/deis/example-dockerfile-http","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-dockerfile-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-dockerfile-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-dockerfile-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-dockerfile-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deis","download_url":"https://codeload.github.com/deis/example-dockerfile-http/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251729733,"owners_count":21634281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deis-workflow","dockerfile","example","http-server"],"created_at":"2024-12-13T08:09:23.041Z","updated_at":"2025-04-30T15:13:44.979Z","avatar_url":"https://github.com/deis.png","language":"Shell","readme":"# Trivial Dockerfile Quick Start Guide\n\nThis guide will walk you through deploying a trivial\n[Dockerfile](https://docs.docker.com/reference/builder/) HTTP application\non [Deis Workflow][].\n\n## Usage\n\n```console\n$ git clone https://github.com/deis/example-dockerfile-http.git\n$ cd example-dockerfile-http\n$ deis create\nCreating Application... done, created nimbus-electron\nGit remote deis added\nremote available at ssh://git@deis-builder.deis.rocks:2222/nimbus-electron.git\n$ git push deis master\nCounting objects: 64, done.\nDelta compression using up to 4 threads.\nCompressing objects: 100% (53/53), done.\nWriting objects: 100% (63/63), 8.53 KiB | 0 bytes/s, done.\nTotal 63 (delta 20), reused 0 (delta 0)\n\n-----\u003e Building Docker image\nremote: Sending build context to Docker daemon 14.34 kB\nStep 0 : FROM alpine:3.3\n3.3: Pulling from library/alpine\n3571dd565f47: Pulling fs layer\n3571dd565f47: Verifying Checksum\n3571dd565f47: Download complete\n3571dd565f47: Pull complete\nDigest: sha256:2d4f890b7eddb390285e3afea9be98a078c2acd2fb311da8c9048e3d1e4864d3\nStatus: Downloaded newer image for alpine:3.3\n ---\u003e 3571dd565f47\nStep 1 : RUN apk add -U \tbash \tnginx \t\u0026\u0026 rm -rf /var/cache/apk*\n ---\u003e Running in 6cdd54978d8c\nfetch http://dl-4.alpinelinux.org/alpine/v3.3/main/x86_64/APKINDEX.tar.gz\nfetch http://dl-4.alpinelinux.org/alpine/v3.3/community/x86_64/APKINDEX.tar.gz\n(1/8) Installing ncurses-terminfo-base (6.0-r6)\n(2/8) Installing ncurses-terminfo (6.0-r6)\n(3/8) Installing ncurses-libs (6.0-r6)\n(4/8) Installing readline (6.3.008-r4)\n(5/8) Installing bash (4.3.42-r3)\nExecuting bash-4.3.42-r3.post-install\n(6/8) Installing nginx-initscripts (1.8.0-r0)\nExecuting nginx-initscripts-1.8.0-r0.pre-install\n(7/8) Installing pcre (8.38-r1)\n(8/8) Installing nginx (1.8.1-r0)\nExecuting busybox-1.24.1-r7.trigger\nOK: 14 MiB in 19 packages\n---\u003e b56a0595c44d\nRemoving intermediate container b96da2893372\nStep 3 : RUN ln -sf /dev/stdout /var/log/nginx/access.log\n---\u003e Running in 569e8626cceb\n---\u003e 4da31bb5fa5a\nRemoving intermediate container 569e8626cceb\nStep 4 : RUN ln -sf /dev/stderr /var/log/nginx/error.log\n---\u003e Running in 206f928f8826\n---\u003e e08b8388af37\nRemoving intermediate container 206f928f8826\nStep 5 : RUN echo двенадцать фактор для жизни\n---\u003e Running in 0ce0cdb93a9f\nдвенадцать фактор для жизни\n---\u003e a5c98927c99d\nRemoving intermediate container 0ce0cdb93a9f\nStep 6 : ENV POWERED_BY Deis\n---\u003e Running in 5b1ccf6cd05e\n---\u003e d8366e89f689\nRemoving intermediate container 5b1ccf6cd05e\nStep 7 : COPY rootfs /\n---\u003e 81318cef722d\nRemoving intermediate container 1d45f43721f0\nStep 8 : CMD /bin/boot\n---\u003e Running in a11cd06c1ffb\n---\u003e 7e836b539eb3\nRemoving intermediate container a11cd06c1ffb\nStep 9 : EXPOSE 80\n---\u003e Running in 7b45e0a8080a\n---\u003e 4d982af34477\nRemoving intermediate container 7b45e0a8080a\nSuccessfully built 4d982af34477\nPushing to registry\nBuild complete.\nLaunching App...\nDone, nimbus-electron:v2 deployed to Deis\n\nUse 'deis open' to view this application in your browser\n\nTo learn more, use 'deis help' or visit https://deis.com/\n\nTo ssh://git@deis-builder.deis.rocks:2222/nimbus-electron.git\n * [new branch]      master -\u003e master\n$ curl http://nimbus-electron.deis.rocks\nPowered by Deis\n ```\n\n## Additional Resources\n\n* [GitHub Project](https://github.com/deis/workflow)\n* [Documentation](https://deis.com/docs/workflow/)\n* [Blog](https://deis.com/blog/)\n\n[Deis Workflow]: https://github.com/deis/workflow#readme\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fexample-dockerfile-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeis%2Fexample-dockerfile-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fexample-dockerfile-http/lists"}