[DiscordArchive] afaik?
[DiscordArchive] afaik?
Archived author: ENT3I <3 • Posted: 2019-06-28T20:08:10.044000+00:00
Original source
afaik?
Archived author: 小爛土 • Posted: 2019-06-28T20:10:51.317000+00:00
Original source
As far as i know
Archived author: 小爛土 • Posted: 2019-06-28T20:11:26.277000+00:00
Original source
I dont really use docker myself, i can see the use of it, but cmake and visual studio provide all i need
Archived author: ENT3I <3 • Posted: 2019-06-28T20:11:47.393000+00:00
Original source
Ah, yeah I know but to re-compile with docker it's supposed to use docker-compose up
Archived author: ENT3I <3 • Posted: 2019-06-28T20:12:04.210000+00:00
Original source
The docker-compose start will start your existing containers.
The docker-compose stop will stop your containers, but it won’t remove them.
The docker-compose up builds, (re)creates, and starts your containers.
The docker-compose down command will stop your containers, but it also removes the stopped containers as well as any networks that were created.