Skip to content

Instantly share code, notes, and snippets.

@BCEvanFang
Last active January 9, 2019 05:12
Show Gist options
  • Select an option

  • Save BCEvanFang/3a8c05fcfd8c2c855b53f43a2d81a9d3 to your computer and use it in GitHub Desktop.

Select an option

Save BCEvanFang/3a8c05fcfd8c2c855b53f43a2d81a9d3 to your computer and use it in GitHub Desktop.
Docker Compose File: Busybox
version: '3'
services:
mybox:
image: busybox
container_name: mybox
command: top
# Run: docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment