{"id":20458675,"url":"https://github.com/pupil-labs/pupil-docker-ubuntu","last_synced_at":"2025-04-13T05:45:22.903Z","repository":{"id":144751008,"uuid":"126280792","full_name":"pupil-labs/pupil-docker-ubuntu","owner":"pupil-labs","description":"Pupil development dependencies Ubuntu Docker image","archived":false,"fork":false,"pushed_at":"2018-07-27T02:50:20.000Z","size":4249,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T22:22:48.611Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pupil-labs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-22T04:45:33.000Z","updated_at":"2019-04-08T06:15:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"a818ad77-4285-4f68-9583-4730f05251dd","html_url":"https://github.com/pupil-labs/pupil-docker-ubuntu","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/pupil-labs%2Fpupil-docker-ubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pupil-labs%2Fpupil-docker-ubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pupil-labs%2Fpupil-docker-ubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pupil-labs%2Fpupil-docker-ubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pupil-labs","download_url":"https://codeload.github.com/pupil-labs/pupil-docker-ubuntu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670520,"owners_count":21142901,"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":[],"created_at":"2024-11-15T12:13:25.479Z","updated_at":"2025-04-13T05:45:22.896Z","avatar_url":"https://github.com/pupil-labs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pupil-docker-ubuntu\nPupil development dependencies Ubuntu Docker image. \n\n- `master` branch contains dependencies required to build an image based on `Ubuntu 16.04`\n- `ubuntu_18.04` branch contains dependencies required to build an image based on `Ubuntu 18.04`\n\n## Setup\n\nInstall docker CE on your host machine. Follow instructions [here](https://docs.docker.com/install/). \n\n### Docker on Linux\n\nFollow installation instructions for [Docker Community Edition (CE)](https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/). Then install [docker-compose](https://docs.docker.com/compose/install/#install-compose).\n\nCreate a [docker group](https://stackoverflow.com/a/33596140):\n\n```bash\nsudo usermod -aG docker $(whoami)\n```\n\n## Manually Build Docker Image\n\nBuild the docker image. This will use the `Dockerfile` by default.\n\n```bash\ncd pupil-docker-ubuntu\ndocker build . --file 'Dockerfile' --tag 'pupillabs/pupil-docker-ubuntu:1.0'\n```\n\n## Manually Push Docker image to Docker Hub\n\nIf not logged in already, you will need to log in before pushing to docker. \n\n```bash\ndocker login\n```\n\nPush the built image to dockerhub.\n\n```bash\ndocker push\n```\n\n## Debugging\n\nYou can run/enter the container like so. \n\n```bash\ndocker run -d --name pupil-ubuntu \u003cname or id of image\u003e tail -f /dev/null   \n```\n\n```bash\ndocker exec -it \u003ccontainer name\u003e bash\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpupil-labs%2Fpupil-docker-ubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpupil-labs%2Fpupil-docker-ubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpupil-labs%2Fpupil-docker-ubuntu/lists"}