
Please contact the moderators of this subreddit if you have any questions or concerns. I am a bot, and this action was performed automatically. Ubuntu Kinetic 22.10 Ubuntu Jammy 22.04 (LTS) Ubuntu Focal 20.04 (LTS). Thanks for taking the time to help us help you!Īlso, PLEASE remember to change the flair of your post to Solved after you have been helped! Jumpstart your client-side server applications with Docker Engine on Ubuntu. Your post has not been deleted - do not re-submit it. If you have met these requirements, you can ignore this comment. If this is your first time creating a virtual machine, we have a guide on our wiki that covers the important steps. Please also check our FAQ and if you find your question is answered there, PLEASE remove your post or at least change the flair to Solved. Please check Google and the VirtualBox Manual before asking simple questions. PLUS a detailed description of the problem, what research you have done, and the steps you have taken to fix it. * Whether you have installed Guest Additions and/or Host Extensions (this solves 90% of the problems we see) * Whether you have enabled VT-x/AMD-V (applicable to all hosts running 6.1 and above) and disabled HyperV (applicable to Windows 10 Hosts) * The version of VirtualBox you are using When I run an Angular development server in the guest, I can access it via localhost:4200 from the host but it is not completely clear to me what happens behind the scenes.This is just a friendly reminder in case you missed it. I've tried to map localhost in Windows 10, as suggested in a few answers like this one adding to C:\Windows\System32\Drivers\etc\hosts: 192.168.56.110 localhostīut while dev.com works right away as expected, localhost doesn't. The setup is of course similar to a docker-toolbox installation (as in this question), for which I've found that the host localhost also does not work, to put it simple. In my host I can access it through 192.168.56.110:3000, where 192.168.56.110 is the IP address of the VM but I need to access it through localhost:3000. Now, Install the VirtualBox on Ubuntu with the following command: sudo apt install virtualbox-x.x.



I have a docker nodejs container on port 3000.

I'm using docker inside VirtualBox (Ubuntu Server 20.04), since I cannot use Docker Desktop in the host (Windows 10).
