File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ insecure-registries : [gitlab.local:5001]
21
21
2a. Preparando el entorno con docker(Linux y windows).
22
22
>> Es necesario permisos sudo (Linux) o Administrador(Windows)
23
23
``` bash
24
- user@localhost:~ $ cd bootcamp_vagrant/ gitlab/docker/
25
- user@localhost:~ bootcamp_vagrant /gitlab/docker$ docker-compose up -d
24
+ user@localhost:~ $ cd 02-gitlab/02- gitlab/itlab /docker/
25
+ user@localhost:~ 02-gitlab /gitlab/docker$ docker-compose up -d
26
26
```
27
27
2b. Preparando el entorno con Vagrant y Virtualbox
28
28
``` bash
29
- user@localhost:~ $ cd bootcamp_vagrant /
30
- user@localhost:~ bootcamp_vagrant $ vagrant up
29
+ user@localhost:~ $ cd 02-gitlab /
30
+ user@localhost:~ 02-gitlab/ $ vagrant up
31
31
```
32
32
3 . Añadimos entrada al fichero hosts la entrada -> <Direccion_ip_local> gitlab.local"
33
33
* Linux en el fichero /etc/hosts
You can’t perform that action at this time.
0 commit comments