Login
Discover
Waves
Communities
Login
Signup
Topics
#dockerfile
Global
Trending
Hot
New
Top
#dockerfile
New
Top communities
Create your community
latest #dockerfile created topics | Ecency
dreamkiller
docker
2022-08-30 01:02
Published via Ecency
The simplest Golang Dockerfile Setup
The simplest Golang Dockerfile Setup
$ 0.000
0
the-icon
docker
2020-04-22 10:19
Creating an image from a DockerFile and testing the container.
Step 1: Create an index.html file Step 2: Create a Dockerfile by an editor using command : vi Dockerfile Step 3: Write code as follows in the Dockerfile and save it. From nginx:alpine COPY .
$ 0.000
3
tomas-petrauskas
docker
2020-02-28 06:59
How to Dockerize Sample .NET Core API/Web Application
I always use docker to run or publish my applications. It makes life so easy to build, publish and update applications on servers. Example files I uploaded all example files in to my GitHub Repository.
tkgcci
takagotch
2019-11-25 18:21
The best alpine os with docker ever now
FROM alpine:3.7 WORKDIR / ENV GOPATH /go RUN apk add --no-cache --virtual=build=deps go git gcc g++ COPY . /go/src/github.com/takagotch/todoapi RUN go get github.com/go-sql-driver/mysql RUN go get
rookie2001
Scrobble.life
2026-08-14 06:29
Promoted
[Movie] Rewatching Fight Club (1999)
Hello Everyone! Hope you all are doing amazing. There are movies you watch once enjoy and, then forget and then there are movies like Fight Club. I decided to rewatch Fight Club 1999 directed by David
liopark12
architecture
2018-06-06 08:48
본격적인 Docker활용해보자 실제 구축편
Infrastructure Architecture on Retail with docker 최종적으로 구축된 구성도다. 초기 부터 내가 모든 것을 설계 했다면 좀더 좋은 결과가 나왔을텐데 좀 아쉽다. 실제로 내가 관리 가능한 부분이 한정되었고 좀 더 개선 되었으면 하는 부분도 있지만 난 여기까지만 A. Main Service_Cloud Server(본부 서비스용)
arkangelb
programacion
2018-04-19 22:00
Docker: Dockerfile intro
Imagen tomada de runnable Dockerfile Se define como un documento de texto que contiene todos los comandos que un usuario puede llamar en CLI para generar una imagen. Utilizando el comando docker build
junn
kr
2018-02-05 13:24
맥(Mac)에서 이해하는 도커(Docker) #1
컴퓨터 전공자, 혹은 직업으로 하는 사람이 아니다보니 새로운 개념을 습득해야할 때면 시간이 상당히 오래걸리는 편입니다. 게다가 한글로 된 예제가 잘 찾아지지 않는 경우라면 더더욱. 어쩌다보니 이전부터 알고는 있었지만 쓸일이 없었던 도커(Docker)라는 것에 대해 접하게 되었습니다. 생각보다 쉽지만 또 어려운.. Hyperledger Sawtooth를 구동시키기에