simple

command
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

This is a simple example of how to use go-contain to create a simple project.

this is the equivalent of the following docker-compose.yml file:

name: simple-project
services:

simple:
  container_name: simple-container
  command:
    - echo
    - hello, world
  image: alpine:latest

and the running docker compose up

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL