{"id":21065817,"url":"https://github.com/washira/docker-ubuntu","last_synced_at":"2026-03-19T18:41:40.803Z","repository":{"id":195501102,"uuid":"693024330","full_name":"Washira/docker-ubuntu","owner":"Washira","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-18T08:18:51.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T21:12:50.352Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Washira.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-18T07:37:47.000Z","updated_at":"2023-09-18T08:23:07.000Z","dependencies_parsed_at":"2023-09-18T09:49:54.430Z","dependency_job_id":null,"html_url":"https://github.com/Washira/docker-ubuntu","commit_stats":null,"previous_names":["washira/docker-ubuntu"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Washira%2Fdocker-ubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Washira%2Fdocker-ubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Washira%2Fdocker-ubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Washira%2Fdocker-ubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Washira","download_url":"https://codeload.github.com/Washira/docker-ubuntu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243510003,"owners_count":20302294,"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-19T17:56:31.580Z","updated_at":"2026-01-02T07:08:01.455Z","avatar_url":"https://github.com/Washira.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker-Ubuntu\n\n## Docker pull\n$ `docker pull ubuntu:20.04`\n\n## Run with connected bash with closing and remove after exit\n$ `docker run -it --rm --name ubuntu ubuntu:20.04 /bin/bash`\n\n## Run with connected bash with no need remove\n$ `docker run -it --name ubuntu ubuntu:20.04 /bin/bash`\u003cbr\u003e\n$ `docker exec -it ubuntu /bin/bash`\n\n## Run in detached mode\n$ `docker run -id --name ubuntu ubuntu:20.04`\u003cbr\u003e\n$ `docker exec -it ubuntu /bin/bash`\n\n## Saving the docker container state (result --\u003e new image with all changes)\n$ `docker commit -p container_id new_container_name`\n\n## Run in detached mode with mounted directories\n$ `docker run -v /dir-on-host:/dir-in-container -id --name ubuntu ubuntu:20.04`\u003cbr\u003e\n$ `docker exec -it ubuntu /bin/bash`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwashira%2Fdocker-ubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwashira%2Fdocker-ubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwashira%2Fdocker-ubuntu/lists"}