# copy dump from host to container
docker cp [file] [container_id]:/var/lib/pgadmin/storage/[pg_admin_user]
# restore with psql
/usr/local/pgsql-[version]/psql --username postgres -h db -f /var/lib/pgadmin/storage/[pg_admin_user]/[file]Just run this from your CLI and it'll drop you in a container with full permissions on the Moby VM. Only works for Moby Linux VM (doesn't work for Windows Containers). Note this also works on Docker for Mac.
docker run -it --rm --privileged --pid=host justincormack/nsenter1
more info: https://github.com/justincormack/nsenter1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.vuemastery.com/pdf/Nuxtjs-Cheat-Sheet.pdf |
https://www.vuemastery.com/pdf/Vue-Essentials-Cheat-Sheet.pdf
export default {
name: '',
components: {