Add Assemble docs

This commit is contained in:
usha-mandya 2019-04-18 14:05:29 +01:00 committed by Maria Bermudez
parent 14ece8c81a
commit 954489bfe6
3 changed files with 3 additions and 3 deletions

View File

@ -78,4 +78,4 @@ The following convenience aliases take precedence over the `-o/--option` equival
- `--label` corresponds to `image.labels` (can be used multiple times);
- `--port` corresponds to `image.ports` (can be used multiple times)
- `--port` corresponds to `image.ports` (can be used multiple times)

View File

@ -62,4 +62,4 @@ Application started. Press Ctrl+C to shut down.
<h4>This environment is </h4>
<h4>served from e1c54291e969 at 11/22/2018 16:00:23</h4>
~$ docker rm -f e1c54291e969
```
```

View File

@ -67,4 +67,4 @@ b2c88bdc3576 hello-boot:1 "java -Djava.securit…" «…» 0.0.0.0:8080-
~$ curl -s localhost:8080
Hello from b2c88bdc3576
~$ docker rm -f b2c88bdc3576
```
```