command
Version:
v0.0.0-...-177a8f4
Opens a new window with list of versions in this module.
Published: Aug 21, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
This will create a much smaller image because we're first building the app
and then creating alpine based container
Build the container
docker image build -t testserver .
Start the container
Run in a foreground: docker container run -it -p 8080:8080 testserver
Run in a background: docker container run -d -p 8080:8080 testserver
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.