I downloaded the client - EN @[Only registered and activated users can see links. Click Here To Register...] 9.4 Clean US ClientQuote:
You are not running the client in English are you?
If not try using the KTS client.
I downloaded the client - EN @[Only registered and activated users can see links. Click Here To Register...] 9.4 Clean US ClientQuote:
You are not running the client in English are you?
If not try using the KTS client.
i don't think its possible to have my guide set in 1 click. you must do sql process seperately then follow the steps one by one ordering is important.Quote:
[Only registered and activated users can see links. Click Here To Register...]
Basicly its like a VM (virtual machine) but you get very close to native performance and doesnt take a ton of ram to run or space. But the real use case here, is that there is bunch of stuff to install and configure. If someone setup a docker thats pretty much a sandbox, then they could have it have all the stuff preinstalled and configured. And due to the nature of eh.. this, adds the benfit of less worry about secerity issue just in case.
Anyway the upside would mean, Nearly single click setup, I dont have to install any apps i dont really want on my machine only on the docker (container), I can spin it up and kill it easyly, and pretty good security benfit in the chance somthing is not 100% legit.
Downside eh, someone would have set it up, and host the docker container for people to download but not like it couldnt be ziped.
Docker doesn't provide any extra security, it just simplifies the deployment process.Quote:
[Only registered and activated users can see links. Click Here To Register...]
Basicly its like a VM (virtual machine) but you get very close to native performance and doesnt take a ton of ram to run or space. But the real use case here, is that there is bunch of stuff to install and configure. If someone setup a docker thats pretty much a sandbox, then they could have it have all the stuff preinstalled and configured. And due to the nature of eh.. this, adds the benfit of less worry about secerity issue just in case.
Anyway the upside would mean, Nearly single click setup, I dont have to install any apps i dont really want on my machine only on the docker (container), I can spin it up and kill it easyly, and pretty good security benfit in the chance somthing is not 100% legit.
Downside eh, someone would have set it up, and host the docker container for people to download but not like it couldnt be ziped.
It's a container which holds all the stuff you need to get your services up without having to configure them every time on each machine.Quote:
Looks like simply a repository to me.
The whole process can be automated, but I don't think anyone would be willing to do it because it'd lead to more servers that'll be insecure since everyone can get a server up in a matter of a few minutes without understanding how everything was set up.Quote:
i don't think its possible to have my guide set in 1 click. you must do sql process seperately then follow the steps one by one ordering is important.
and remember having issues will help you learn faster. if you succeed with no mistakes then you will have only few knowledge.^^
By secure it means that the host machine will be secure in case the container gets compromised.Quote:
[Only registered and activated users can see links. Click Here To Register...] suggest other wise but it's not as secure as a VM and it depends how it's setup and used.
"lead to more servers that'll be insecure since everyone can get a server up in a matter of a few minutes without understanding how everything was set up" can't say I agree with this. But I have said my 2 cents. I see it as safer, streamlined setup, keeps my machine clean, easyer to deploy to another machine even if it's just a starting point.