linuxdeploy
linuxdeploy copied to clipboard
Deploy Ubuntu server
Hello, is there a way to deploy Ubuntu server fully functional? Thanks for this project.
Hello. Ubuntu Server is just basically Ubuntu with tools commonly used by servers. To Deploy Ubuntu Server, just follow steps below:
- Choose Ubuntu as the distribution
- (Optional) Change the password so you can remember it easily when SSH to container
- (Optional) Mount your SD Card so you can put your Website to container
- Enable SSH access to container
- Now Install it and wait for moment
- After successfuly installed, start the container and SSH it (If you have Linux PC, then type
ssh (your_phone_ip_address) -p 22
, otherwise install SSH client) - The rest is install any server tools you want to use
Hope this is helps
Hello. Ubuntu Server is just basically Ubuntu with tools commonly used by servers. To Deploy Ubuntu Server, just follow steps below:
- Choose Ubuntu as the distribution
- (Optional) Change the password so you can remember it easily when SSH to container
- (Optional) Mount your SD Card so you can put your Website to container
- Enable SSH access to container
- Now Install it and wait for moment
- After successfuly installed, start the container and SSH it (If you have Linux PC, then type
ssh (your_phone_ip_address) -p 22
, otherwise install SSH client)- The rest is install any server tools you want to use
Hope this is helps
So basically there is not a way to deploy genuinely Ubuntu Server distro?
Ubuntu is the same as Ubuntu Server. The only difference is in what is preinstalled and also the lack of a GUI.