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
Click to show internal directories.
Click to hide internal directories.