Skip to content

Instantly share code, notes, and snippets.

@ozbeksu
Created May 27, 2023 15:07
Show Gist options
  • Save ozbeksu/647129deffd61c7c066347453ba8ef15 to your computer and use it in GitHub Desktop.
Save ozbeksu/647129deffd61c7c066347453ba8ef15 to your computer and use it in GitHub Desktop.
docker-compose file for ubuntu
version: '3.7'
services:
ubuntu:
container_name: ubuntu
image: ubuntu:latest
hostname: ubuntu
tty: true
volumes:
- ./dump:/dump:ro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment