{"id":13416601,"url":"https://github.com/mattes/fugu","last_synced_at":"2025-03-15T00:31:12.921Z","repository":{"id":20464579,"uuid":"23741968","full_name":"mattes/fugu","owner":"mattes","description":"Swiss Army knife for Docker","archived":true,"fork":false,"pushed_at":"2016-07-11T06:19:25.000Z","size":1215,"stargazers_count":140,"open_issues_count":5,"forks_count":7,"subscribers_count":6,"default_branch":"v1","last_synced_at":"2024-10-25T02:29:57.171Z","etag":null,"topics":["cli","docker","fugu"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mattes.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-09-06T18:33:41.000Z","updated_at":"2024-09-22T06:43:07.000Z","dependencies_parsed_at":"2022-07-31T20:48:04.075Z","dependency_job_id":null,"html_url":"https://github.com/mattes/fugu","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattes%2Ffugu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattes%2Ffugu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattes%2Ffugu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattes%2Ffugu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattes","download_url":"https://codeload.github.com/mattes/fugu/tar.gz/refs/heads/v1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243667743,"owners_count":20328032,"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":["cli","docker","fugu"],"created_at":"2024-07-30T21:01:01.819Z","updated_at":"2025-03-15T00:31:12.263Z","avatar_url":"https://github.com/mattes.png","language":"Go","funding_links":[],"categories":["Development with Docker","Local Container Manager","Go"],"sub_categories":["Wrappers"],"readme":"\u003cimg src=\"fugu.png\" height=\"160\"\u003e\n\n# What is fugu?\n\n * fugu is a convenience wrapper around docker commands\n * fugu loads config from a fugu.yml file and \n   merges these arguments with command line flags.\n\n__Example__\n\n```yml\n# fugu.yml (maybe stored next to Dockerfile)\nimage:  ubuntu\nname:   my-ubuntu\npublish:\n  - 8080:80\n```\n\n```bash\n$ fugu run --detach # runs ...\ndocker run --detach --name=my-ubuntu --publish=8080:80 ubuntu\n```\n\nFugu commands include: ``build``, ``run``, ``exec``, ``destroy``, \n``push``, ``pull``, ``images``.\n\n__[All commands and their usage](https://github.com/mattes/fugu/blob/v1/fugu/usage.txt)__\nand [example fugu.yml files](https://github.com/mattes/fugu/tree/v1/examples).\n\n# Installation\n\n```bash\n# Mac OS X\ncurl -L https://github.com/mattes/fugu/releases/download/v1.1.1/fugu.v1.1.1.darwin.x86_64.tar.gz | tar xvz\nmv fugu.v1.1.1.darwin.x86_64 /usr/local/bin/fugu\nchmod +x /usr/local/bin/fugu\n\n# Linux\ncurl -L https://github.com/mattes/fugu/releases/download/v1.1.1/fugu.v1.1.1.linux.x86_64.tar.gz | tar xvz\nmv fugu.v1.1.1.linux.x86_64 /usr/local/bin/fugu\nchmod +x /usr/local/bin/fugu\n```\n\n\n## How is this different from docker-compose/ fig?\n\nWhile [docker-compose](https://docs.docker.com/compose) (originated from ``fig``) \nfocuses on the definition and orchestration of complex application environments, \nfugu focuses on one single docker container/ docker image.\n\n## Changelog\n\nFind the changelog and breaking changes here:\nhttps://github.com/mattes/fugu/releases\n\n\n---\n\n[![Build Status](https://travis-ci.org/mattes/fugu.svg?branch=v1)](https://travis-ci.org/mattes/fugu)\n\nFugu is built on top of [go-collect](https://github.com/mattes/go-collect).\n\n### Credits\n\nThanks to [Thiago Lifter](https://dribbble.com/golifter) for his nice fugu fish logo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattes%2Ffugu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattes%2Ffugu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattes%2Ffugu/lists"}