Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created August 8, 2025 05:56
Show Gist options
  • Select an option

  • Save velotiotech/5712a3adf3da3110eddc5c4418de5a8a to your computer and use it in GitHub Desktop.

Select an option

Save velotiotech/5712a3adf3da3110eddc5c4418de5a8a to your computer and use it in GitHub Desktop.
```
{
"command": "docker run -d --name my-nginx -p 80:80 -p 443:443 -v /etc/nginx/conf.d:/etc/nginx/conf.d nginx:alpine",  
"notes": "Replace 'my-nginx' with a suitable container name.",  
"status": "success"
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment