• Stars
    star
    1
  • Language
    Dockerfile
  • Created over 5 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The aim of the Docker-1 project is to make you handle docker and docker-machine, the bases to understand the idea of containerization of services. You can see this project as an initiation. But before you go on this adventure.

More Repositories

1

recipe-app-api

Python
4
star
2

ComputorV1

ComputorV1 is a program that solves a polynomial of second or lower degree equation
Python
2
star
3

lem-in

The goal of this project is to find the quickest way to get n ants across a farm, Quickest way means the solution with the least number of lines, respecting a specific output format.
C
1
star
4

init

init, is a 42 project to discover system and network basic commands, many of the services used on a server machine, as well as a few ideas of scripts that can be useful for SysAdmins on a daily basis
Shell
1
star
5

CoreWar

Corewar is a very peculiar game. It’s about bringing “players” together around a “virtual machine”, which will load some “champions” who will fight against one another with the support of “processes”, with the objective being for these champions to stay “alive”. • The processes are executed sequentially within the same virtual machine and memory space. They can therefore, among other things, write and rewrite on top of each others so to corrupt one another, force the others to execute instructions that can damage them, try to rewrite on the go the coding equivalent of a Côtes du Rhône 1982 (that is one delicious French wine!), etc... • The game ends when all the processes are dead. The winner is the last player reported to be “alive”.
C
1
star
6

Filler

Filler is an algorithmic game which consists in filling a grid of a known size in advance with pieces of random size and shapes, without the pieces being stacked more than one square above each other and without them exceeding the grid. If one of these conditions is not met, the game stops. Each successfully placed piece yields a number of points, and has only one player, the goal of the game could be to get the best score possible. However, it is with two players that the filler takes all his interest. Each player has for the purpose of placing as many pieces as possible while attempting to prevent his opponent from doing the same. At the end of the game, the one with the most points wins the match...
C
1
star