This wasn’t immediately obvious and took me longer than it should have to figure out considering how simple it is. All you have to do is install 2 npm packages, and then tell the .vue file to use less.
I needed to restore a database backup file to a locally running SQL Server running in a Docker container. I was using a Mac and had no desire to install SSMS in parallels.
Mount a host folder in a container
Stop the container
Run the pct set command like the example below to create a mapping:
pct set <vmid> -mp0 /media/1tb,mp=/media/1tb
What does this command mean?
In order to send yourself a message via Telegram you need to do 3 things. Create a bot, get your chat id, start a chat with that bot, and finally send a message via the command line.
This is a quick and easy one.