{"id":20699655,"url":"https://github.com/hyeonsangjeon/gotty-docker","last_synced_at":"2025-04-22T22:20:19.169Z","repository":{"id":41150089,"uuid":"136899028","full_name":"hyeonsangjeon/gotty-docker","owner":"hyeonsangjeon","description":"Sharing the terminal using gotty in the docker container.","archived":false,"fork":false,"pushed_at":"2019-04-08T05:25:18.000Z","size":9,"stargazers_count":16,"open_issues_count":0,"forks_count":28,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T19:22:29.321Z","etag":null,"topics":["docker","gotty","gotty-docker","gotty-image","ubuntu"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/hyeonsangjeon.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":"2018-06-11T08:47:09.000Z","updated_at":"2025-01-29T21:09:16.000Z","dependencies_parsed_at":"2022-08-25T18:11:12.568Z","dependency_job_id":null,"html_url":"https://github.com/hyeonsangjeon/gotty-docker","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/hyeonsangjeon%2Fgotty-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyeonsangjeon%2Fgotty-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyeonsangjeon%2Fgotty-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyeonsangjeon%2Fgotty-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyeonsangjeon","download_url":"https://codeload.github.com/hyeonsangjeon/gotty-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250332015,"owners_count":21413139,"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":["docker","gotty","gotty-docker","gotty-image","ubuntu"],"created_at":"2024-11-17T00:31:16.165Z","updated_at":"2025-04-22T22:20:19.137Z","avatar_url":"https://github.com/hyeonsangjeon.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gotty Docker\n===\n\nThis example can be used to share the terminal using gotty[1] in the docker container.\nThis gotty based on ubuntu Linux., having:\n\n- gotty\n- docker\n- ubuntu terminal\n\n \n##### To try the example, you need to have a docker installed on your OS. And needed sudoers account permission[2]\n\n\nAfter docker installation, execute this command to bake a docker image in a terminal:\n```console\ndocker build -t modenaf360/gotty:latest .\n```\n\n#### Let's run gotty docker\n```console\ndocker run -p 8989:8080 -d --name gotty -it  modenaf360/gotty:latest\n```\n\n You can use docker-compose templete\n```console\ndocker-compose up\n```\n\n or,\n```console\ndocker-compose -f ./docker-compose.yml up\n```\n\n Check rest index call :\n```console\nhttp://localhost:8989\n```\n\n\n## docker options are as follows,\n \n|Variables      |Description                                                   |\n|---------------|--------------------------------------------------------------|\n|'run'          |run                                                           |  \n|'-d'           |background run                                                | \n|'-p'           |expose port conainer core-os port to your os (port fowarding) |\n|'--name'       |container nickname                                            |\n|'-i'           |enable bash standard input (stdin)                            |\n|'-t'           |using bash TTY mode (pseudo-TTY)                              |\n\n\n###docker-hub\nhttps://hub.docker.com/r/modenaf360/gotty-docker/ \n\n## Reference\n[1].https://github.com/yudai/gotty  \n[2].https://docs.docker.com/engine/installation\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyeonsangjeon%2Fgotty-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyeonsangjeon%2Fgotty-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyeonsangjeon%2Fgotty-docker/lists"}