hi how can i install oracle datbase in lxd container i did this
lxd init
Would you like to use LXD clustering? (yes/no) [default=no]:
Do you want to configure a new storage pool? (yes/no) [default=yes]:
Name of the new storage pool [default=default]: storage
Name of the storage backend to use (btrfs, dir, lvm, zfs, ceph) [default=zfs]: dir
Would you like to connect to a MAAS server? (yes/no) [default=no]:
Would you like to create a new local network bridge? (yes/no) [default=yes]:
What should the new bridge be called? [default=lxdbr0]:
What IPv4 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]:
What IPv6 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]: none
Would you like the LXD server to be available over the network? (yes/no) [default=no]: yes
Address to bind LXD to (not including port) [default=all]:
Port to bind LXD to [default=8443]:
Trust password for new clients:
Again:
Would you like stale cached images to be updated automatically? (yes/no) [default=yes]
Would you like a YAML "lxd init" preseed to be printed? (yes/no) [default=no]:
docker@docker-VirtualBox:~$ ps -ef | grep lxd
root 5691 1 0 04:53 ? 00:00:00 /bin/sh /snap/lxd/21835/commands/daemon.start
root 5843 1 0 04:53 ? 00:00:00 lxcfs /var/snap/lxd/common/var/lib/lxcfs -p /var/snap/lxd/common/lxcfs.pid
root 5854 5691 0 04:53 ? 00:00:01 lxd --logfile /var/snap/lxd/common/lxd/logs/lxd.log --group lxd
lxd 7567 5854 0 05:09 ? 00:00:00 dnsmasq --keep-in-foreground --strict-order --bind-interfaces --except-interface=lo --pid-file= --no-ping --interface=lxdbr0 --dhcp-rapid-commit --quiet-dhcp --quiet-dhcp6 --quiet-ra --listen-address=10.209.245.1 --dhcp-no-override --dhcp-authoritative --dhcp-leasefile=/var/snap/lxd/common/lxd/networks/lxdbr0/dnsmasq.leases --dhcp-hostsfile=/var/snap/lxd/common/lxd/networks/lxdbr0/dnsmasq.hosts --dhcp-range 10.209.245.2,10.209.245.254,1h -s lxd --interface-name _gateway.lxd,lxdbr0 -S /lxd/ --conf-file=/var/snap/lxd/common/lxd/networks/lxdbr0/dnsmasq.raw -u lxd -g lxd
docker 7673 3582 0 05:10 pts/0 00:00:00 grep --color=auto lxd
Here's how I do this... because every new machine requires a 100% common setup with me...
Open in new window
In other words, skip all other init options, as they can cause near impossible to debug problems.
If all's well, you should be able to run this command, where command runs showing no containers running...
Open in new window
Then to install Oracle...
Open in new window
At this point only item remaining is to make sure you're running a route command periodically to regenerate all your routes, as every SNAP update (can be many a day sometimes), will lose all routes.
Open a new question about Route Revivification, if you haven't worked out this detail yet.