Skip to content

Instantly share code, notes, and snippets.

@hexaflexahexagon
Created April 14, 2022 19:50
Show Gist options
  • Save hexaflexahexagon/c103cc6959380809d9ded657b5e0ab81 to your computer and use it in GitHub Desktop.
Save hexaflexahexagon/c103cc6959380809d9ded657b5e0ab81 to your computer and use it in GitHub Desktop.
services:
version: "3.8"
services:
pc:
image: ubuntu:20.04
volumes:
- ./volumes/apt.sh:/apt.sh:ro
command: ["sh", "-c", "/apt.sh"]
tty: true
stdin_open: true
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment